Dart.Mail Namespace : AuthenticatedSession Class |
The following tables list the members exposed by AuthenticatedSession.
Name | Description | |
---|---|---|
AuthenticatedSession Constructor | Default constructor. |
Name | Description | |
---|---|---|
ConnectTimeout | Gets or sets a value that specifies the amount of time (in milliseconds) after which a call to TcpBase.Connect will time out. (Inherited from Dart.Mail.TcpSession) | |
Domain | Gets or sets the domain (used for GSSAPI and NTLM authentication only). | |
LocalEndPoint | EndPoint to bind to locally. (Inherited from Dart.Mail.Session) | |
Password | Gets or sets the password or OAuth access token used for login. | |
Proxy | Defines the optional server proxy configuration. (Inherited from Dart.Mail.TcpSession) | |
RemoteEndPoint | EndPoint of the remote host to connect to. (Inherited from Dart.Mail.Session) | |
Security | Specifies the client-side SSL options. See the ClientSecurity class for more information. (Inherited from Dart.Mail.TcpSession) | |
ServicePrincipleName | Gets or sets the Service Principle Name (SPN) (used for GSSAPI and NTLM authentication only). | |
Username | Gets or sets the username used for login. |