Table of Contents

Class ProtocolConnection

Namespace
Microsoft.Exchange.WebServices.Autodiscover
Assembly
Microsoft.Exchange.WebServices.dll

Represents the email Protocol connection settings for pop/imap/smtp protocols.

public sealed class ProtocolConnection
Inheritance
ProtocolConnection
Inherited Members

Properties

EncryptionMethod

Gets or sets the encryption method.

public string EncryptionMethod { get; set; }

Property Value

string

The encryption method.

Hostname

Gets or sets the Hostname.

public string Hostname { get; set; }

Property Value

string

The hostname.

Port

Gets or sets the port number.

public int Port { get; set; }

Property Value

int

The port number.