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




In This Topic
    Attachments Property
    In This Topic
    Returns a list of Email attachments
    Syntax
    'Declaration
     
    Public ReadOnly Property Attachments As List(Of ImGearEmailAttachment)
    'Usage
     
    Dim instance As ImGearEmailDocument
    Dim value As List(Of ImGearEmailAttachment)
     
    value = instance.Attachments
    public List<ImGearEmailAttachment> Attachments {get;}
    public: __property List<ImGearEmailAttachment*>* get_Attachments();
    public:
    property List<ImGearEmailAttachment^>^ Attachments {
       List<ImGearEmailAttachment^>^ get();
    }
    Remarks
    This list will be empty if Email message doesn't contain any attachments.
    See Also