Compartir a través de


MailboxId.Parse Method

Initializes a new instance of the MailboxId class from the specified string.

Namespace:  Microsoft.Exchange.Data.Mapi
Assembly:  Microsoft.Exchange.Data.Mapi (in Microsoft.Exchange.Data.Mapi.dll)

Syntax

'Declaration
Public Shared Function Parse ( _
    input As String _
) As MailboxId
'Usage
Dim input As String
Dim returnValue As MailboxId

returnValue = MailboxId.Parse(input)
public static MailboxId Parse(
    string input
)

Parameters

  • input
    Type: System.String
    The string representation of the mailbox identifier.

Return Value

Type: Microsoft.Exchange.Data.Mapi.MailboxId
A new instance of the MailboxId class.