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.

Return Value

An instance of EwsItemInfo representing the supplied XML.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also