ProtocolConnectionSettings constructor (Hostname, Int32, Nullable<>)
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Sub New ( _
hostname As Hostname, _
port As Integer, _
encryptionType As Nullable(Of EncryptionType) _
)
'Usage
Dim hostname As Hostname
Dim port As Integer
Dim encryptionType As Nullable(Of EncryptionType)
Dim instance As New ProtocolConnectionSettings(hostname, _
port, encryptionType)
public ProtocolConnectionSettings(
Hostname hostname,
int port,
Nullable<EncryptionType> encryptionType
)
Parameters
- hostname
Type: Microsoft.Exchange.Data.Hostname
- port
Type: System.Int32
- encryptionType
Type: System.Nullable<EncryptionType>
See also
Reference
ProtocolConnectionSettings class
ProtocolConnectionSettings members