Ler en inglés

Compartir por


ProtocolOption enumeration

Specifies the network protocol to use for contacting external servers.

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

C#
public enum ProtocolOption

Members

Member name Description
Any Use any available protocol.
UseUdpOnly Use only the UDP protocol.
UseTcpOnly Use only the TCP protocol.

See also

Reference

Microsoft.Exchange.Data namespace