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




In This Topic
Sender Property
In This Topic
Returns the sender of the Email message
Syntax
'Declaration
 
Public ReadOnly Property Sender As MailAddress
 
'Usage
 
Dim instance As ImGearEmailDocument
Dim value As MailAddress
 
value = instance.Sender
Remarks
Can be null in instances where the System.Net.Mail.MailAddress cannot represent the address properly or is not present in the Email message.
See Also