SmtpDomain constructor (String, Boolean)
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Protected Sub New ( _
domain As String, _
check As Boolean _
)
'Usage
Dim domain As String
Dim check As Boolean
Dim instance As New SmtpDomain(domain, _
check)
protected SmtpDomain(
string domain,
bool check
)
Parameters
- domain
Type: System.String
- check
Type: System.Boolean