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

'Declaration
Public Enumeration ProtocolOption
'Usage
Dim instance As ProtocolOption
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