Share via


EmailMessage.MessageSecurityType property

When overridden in a derived class, the MessageSecurityType property gets a value that indicates the type of security for the message.

Namespace:  Microsoft.Exchange.Data.Transport.Email
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public ReadOnly Property MessageSecurityType As MessageSecurityType
    Get
'Usage
Dim instance As EmailMessage
Dim value As MessageSecurityType

value = instance.MessageSecurityType
public MessageSecurityType MessageSecurityType { get; }

Property value

Type: Microsoft.Exchange.Data.Transport.Email.MessageSecurityType
When overridden in a derived class, the MessageSecurityType property returns one of the MessageSecurityType enumeration values.

See also

Reference

EmailMessage class

EmailMessage members

Microsoft.Exchange.Data.Transport.Email namespace