ImageGear v26.3 - Updated
ImageGear.Formats.Email Assembly / ImageGear.Formats.Email Namespace / ImGearEmailDocument Class / RecipientsTo Property




In This Topic
    RecipientsTo Property
    In This Topic
    Specifies to whom this Email message was sent.
    Syntax
    'Declaration
     
    Public ReadOnly Property RecipientsTo As List(Of MailAddress)
    'Usage
     
    Dim instance As ImGearEmailDocument
    Dim value As List(Of MailAddress)
     
    value = instance.RecipientsTo
    public List<MailAddress> RecipientsTo {get;}
    public: __property List<MailAddress*>* get_RecipientsTo();
    public:
    property List<MailAddress^>^ RecipientsTo {
       List<MailAddress^>^ get();
    }
    Remarks
    Can list will be empty if no To was present in the Email message.
    See Also