ImageGear v26.5 - Updated
ImageGear.Formats.Email Assembly / ImageGear.Formats.Email Namespace / ImGearEmailDocument Class / RecipientsCc Property




In This Topic
    RecipientsCc Property
    In This Topic
    Specifies who got a copy of the Email message.
    Syntax
    'Declaration
     
    Public ReadOnly Property RecipientsCc As List(Of MailAddress)
    'Usage
     
    Dim instance As ImGearEmailDocument
    Dim value As List(Of MailAddress)
     
    value = instance.RecipientsCc
    public List<MailAddress> RecipientsCc {get;}
    public: __property List<MailAddress*>* get_RecipientsCc();
    public:
    property List<MailAddress^>^ RecipientsCc {
       List<MailAddress^>^ get();
    }
    Remarks
    Can list will be empty if no CC was present in the Email message.
    See Also