MailboxId Constructor (String)
Initializes a new instance of the MailboxId class from the specified distinguished name.
Namespace: Microsoft.Exchange.Data.Mapi
Assembly: Microsoft.Exchange.Data.Mapi (in Microsoft.Exchange.Data.Mapi.dll)
Syntax
'Declaration
Public Sub New ( _
mailboxExchangeLegacyDn As String _
)
'Usage
Dim mailboxExchangeLegacyDn As String
Dim instance As New MailboxId(mailboxExchangeLegacyDn)
public MailboxId(
string mailboxExchangeLegacyDn
)
Parameters
- mailboxExchangeLegacyDn
Type: System.String
The string representation of the identifier.
See Also