MapiEntryId.Parse Method
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 MapiEntryId
'Usage
Dim input As String
Dim returnValue As MapiEntryId
returnValue = MapiEntryId.Parse(input)
public static MapiEntryId Parse(
string input
)
Parameters
- input
Type: System.String