Parses provided XML into an instance of EwsItemInfo.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function FromXml ( _ xml As String _ ) As EwsItemInfo |
| C# |
|---|
public static EwsItemInfo FromXml( string xml ) |
Parameters
- xml
- Type: System..::..String
XML with item data.