Click or drag to resize
MimeKit

ConnectedEventArgs Class

Connected event arguments.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    MailKitConnectedEventArgs
      MailKitDisconnectedEventArgs

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public class ConnectedEventArgs : EventArgs

The ConnectedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodConnectedEventArgs Initializes a new instance of the ConnectedEventArgs class.
Top
Properties
 NameDescription
Public propertyHost Get the name of the remote host.
Public propertyOptions Get the SSL/TLS options.
Public propertyPort Get the port.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Remarks
When a IMailService is connected, it will emit a Connected event.
See Also