Message.ExtendedProperties Property

Independentsoft MSG .NET

Message ExtendedProperties Property MSG .NET Class Library
Contains collection of extended (custom) properties.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public ExtendedPropertyList ExtendedProperties { get; }
public ExtendedPropertyList ExtendedProperties { get; }
Public ReadOnly Property ExtendedProperties As ExtendedPropertyList 
	Get
Public ReadOnly Property ExtendedProperties As ExtendedPropertyList 
	Get
Dim instance As Message 
Dim value As ExtendedPropertyList 

value = instance.ExtendedProperties
Dim instance As Message 
Dim value As ExtendedPropertyList 

value = instance.ExtendedProperties
/** @property */
public ExtendedPropertyList get_ExtendedProperties()
/** @property */
public ExtendedPropertyList get_ExtendedProperties()
function get ExtendedProperties () : ExtendedPropertyList
function get ExtendedProperties () : ExtendedPropertyList
function get_ExtendedProperties();
function get_ExtendedProperties();

Property Value

Type: ExtendedPropertyList
The extended properties.
See Also