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