MailCommandEventArgs.MailItemProperties Property
The MailItemProperties property gets or sets a value that specifies the named value pair of properties for the instance of the MailItem to create.
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)
Syntax
'Declaration
Public Property MailItemProperties As IDictionary(Of String, Object)
public IDictionary<string,Object> MailItemProperties { get; }
public:
property IDictionary<String^, Object^>^ MailItemProperties {
IDictionary<String^, Object^>^ get ();
}
/** @property */
public IDictionary<String,Object> get_MailItemProperties ()
public function get MailItemProperties () : 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