SmtpDomainWithSubdomains.Match method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Function Match ( _
toMatch As String _
) As Integer
'Usage
Dim instance As SmtpDomainWithSubdomains
Dim toMatch As String
Dim returnValue As Integer
returnValue = instance.Match(toMatch)
public int Match(
string toMatch
)
Parameters
- toMatch
Type: System.String
Return value
Type: System.Int32
See also
Reference
SmtpDomainWithSubdomains class