EmailEwsConnection

EmailEwsConnection class

Represents the email connection information for EWS protocol.

public sealed class EmailEwsConnection : EmailConnection

Constructors

Name Description
EmailEwsConnection(string, string, string) Initializes a new instance of the EmailEwsConnection class.
EmailEwsConnection(string, string, string, string) Initializes a new instance of the EmailEwsConnection class.

Properties

Name Description
Domain { get; } Gets the domain name.
MailboxUri { get; } Gets the URI of the mailbox.
Password { get; } Gets the password.
UserName { get; } Gets the user name.

See Also