Udostępnij za pośrednictwem


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)
    Get
    Friend Set
'Usage
Dim instance As MailCommandEventArgs
Dim value As IDictionary(Of String, Object)

value = instance.MailItemProperties
public IDictionary<string, Object> MailItemProperties { get; internal set; }