EmailServerConnection
Description
The structure represents an instance of the EmailServerConnection entity.
Implements IConnectionValue
Constructor
| Constructor | Description |
|---|---|
| EmailServerConnection | Initializes a new instance of the EmailServerConnection object model. |
Properties
| Property | Description |
|---|---|
| ServerType | Gets or sets the server type of the connection. The supported server types are Outlook, IMAP, and POP3 |
| Host | Gets or sets the host of the connection. |
| Post | Gets or sets the port of the connection. |
| EmailAddress | Gets or sets the email address of the connection. |
| Password | Gets or sets the password of the connection. |
| RequireSsl | Gets or sets the value that indicates whether the SSL is enabled. |
| AllowUntrustedCertificate | Gets or sets the value that indicates whether the untrusted certificate is allowed. |
| ClientId | Gets or sets the client ID of the connection. |
| TenantId | Gets or sets the tenant ID of the connection. |
| ClientSecret | Gets or sets the client's secret about the connection. |
| MailFolder | Gets or sets the mail folder of the connection. |
Remarks
Use the EmailServerConnection object model to access the email server connection information.