EwsMessageInfo.FromXml Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9313)
FromXml(String)
Parses provided XML into an instance of Ews
Declaration
public static EwsItemInfo FromXml(string xml)
Parameters
| Type | Name | Description |
|---|---|---|
| String | xml | XML with item data. |
Returns
| Type | Description |
|---|---|
| Ews |
An instance of Ews |