MailItem.Properties Property

When overridden in a derived class, the Properties property gets a list of named value pairs representing properties for the MailItem class.

Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Properties As IDictionary(Of String, Object)
public abstract IDictionary<string,Object> Properties { get; }
public:
virtual property IDictionary<String^, Object^>^ Properties {
    IDictionary<String^, Object^>^ get () abstract;
}
/** @property */
public abstract IDictionary<String,Object> get_Properties ()
public abstract function get Properties () : IDictionary<String,Object>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003