ProtocolAddress Constructor
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Protected Sub New ( _
protocol As Protocol, _
address As String _
)
'Usage
Dim protocol As Protocol
Dim address As String
Dim instance As New ProtocolAddress(protocol, _
address)
protected ProtocolAddress(
Protocol protocol,
string address
)