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




In This Topic
    RecipientsBcc Property
    In This Topic
    This specifies who got a copy of the message, but others cannot see who these persons are.
    Syntax
    'Declaration
     
    Public ReadOnly Property RecipientsBcc As List(Of MailAddress)
    'Usage
     
    Dim instance As ImGearEmailDocument
    Dim value As List(Of MailAddress)
     
    value = instance.RecipientsBcc
    public List<MailAddress> RecipientsBcc {get;}
    public: __property List<MailAddress*>* get_RecipientsBcc();
    public:
    property List<MailAddress^>^ RecipientsBcc {
       List<MailAddress^>^ get();
    }
    Remarks
    Can list will be empty if no BCC was present in the Email message.
    See Also