ImageGear v26.3 - Updated November 9, 2022
ImageGear.Formats.Email Assembly / ImageGear.Formats.Email Namespace / ImGearEmailDocument Class / Subject Property




In This Topic
Subject Property (ImGearEmailDocument)
In This Topic
Returns the subject of the Email message
Syntax
'Declaration
 
Public ReadOnly Property Subject As String
 
'Usage
 
Dim instance As ImGearEmailDocument
Dim value As String
 
value = instance.Subject
Remarks
Can be empty if Email message contains an empty subject or doesn't contain the subject.
See Also