ImageGear v26.3 - Updated
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
    public MailAddress Sender {get;}
    public: __property MailAddress* get_Sender();
    public:
    property MailAddress^ Sender {
       MailAddress^ get();
    }
    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