MailboxIdParameter.Parse method
Initializes a new instance of the MailboxIdParameter class from the specified string representation of the identifier of an entity.
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
identity As String _
) As MailboxIdParameter
'Usage
Dim identity As String
Dim returnValue As MailboxIdParameter
returnValue = MailboxIdParameter.Parse(identity)
public static MailboxIdParameter Parse(
string identity
)
Parameters
identity
Type: System.StringThe string representation of the identity of the entity.
Return value
Type: Microsoft.Exchange.Configuration.Tasks.MailboxIdParameter
An object for the specified entity.