FromProperties

FromProperties (1 of 2)

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

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

FromProperties(System::SharedPtr < MapiPropertyCollection > properties)
ParameterDescription
propertiesA collection of MapiProperty .

FromProperties (2 of 2)

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

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

FromProperties(System::SharedPtr < MapiPropertyCollection > properties, bool removeNamedProperties)
ParameterDescription
propertiesThe property collection.
removeNamedPropertiesIf set to true then named properties will be removed from collection.