Skip to main content

EmailServerConnection

Description

The structure represents an instance of the EmailServerConnection entity.
Implements IConnectionValue

Constructor

ConstructorDescription
EmailServerConnectionInitializes a new instance of the EmailServerConnection object model.

Properties

PropertyDescription
ServerTypeGets or sets the server type of the connection. The supported server types are Outlook, IMAP, and POP3
HostGets or sets the host of the connection.
PostGets or sets the port of the connection.
EmailAddressGets or sets the email address of the connection.
PasswordGets or sets the password of the connection.
RequireSslGets or sets the value that indicates whether the SSL is enabled.
AllowUntrustedCertificateGets or sets the value that indicates whether the untrusted certificate is allowed.
ClientIdGets or sets the client ID of the connection.
TenantIdGets or sets the tenant ID of the connection.
ClientSecretGets or sets the client's secret about the connection.
MailFolderGets or sets the mail folder of the connection.

Remarks

Use the EmailServerConnection object model to access the email server connection information.