Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Subject property gets or sets the subject of the message.
Namespace: Microsoft.Exchange.Data.Transport.Email
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Property Subject As String
Get
Set
'Usage
Dim instance As EmailMessage
Dim value As String
value = instance.Subject
instance.Subject = value
public string Subject { get; set; }
Property value
Type: System.String