Dart.Mail Namespace : ImapSession Class |
For a list of all members of this type, see ImapSession members.
Name | Description | |
---|---|---|
Authentication | Authentication technique to use. Defaults to Authentication.Auto. (Inherited from Dart.Mail.MailSession) | |
AutoUtf8 | If the server supports the "UTF8=ACCEPT" capability, a true value will enable the use of UTF8 encoding in quoted strings. | |
BlockSize | Gets or sets the buffer size used during file and socket I/O. (Inherited from Dart.Mail.MailSession) | |
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). (Inherited from Dart.Mail.AuthenticatedSession) | |
LocalEndPoint | EndPoint to bind to locally. (Inherited from Dart.Mail.Session) | |
Password | Gets or sets the password or OAuth access token used for login. (Inherited from Dart.Mail.AuthenticatedSession) | |
PopulateMailboxTree | When true, the Mailbox.Mailboxes hierarchy is fully populated when Imap.Authenticate is used. | |
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 privacy parameters to use with the mail server. See the MailSecurity class for more information. (Inherited from Dart.Mail.MailSession) | |
ServicePrincipleName | Gets or sets the Service Principle Name (SPN) (used for GSSAPI and NTLM authentication only). (Inherited from Dart.Mail.AuthenticatedSession) | |
Username | Gets or sets the username used for login. (Inherited from Dart.Mail.AuthenticatedSession) |