MapiMessage.FromProperties

MapiMessage.FromProperties method

Creates an instance of MapiMessage from a collection of Mapi properties.

public static MapiMessage FromProperties(MapiPropertyCollection properties)
ParameterTypeDescription
propertiesMapiPropertyCollectionA collection of MapiProperty.

Return Value

Returns a MapiMessage instance which is loaded from the specified properties.

See Also