ImageGear v26.3 - Updated
ImageGear.Formats.Email Assembly / ImageGear.Formats.Email Namespace / ImGearEmailAttachment Class / FileName Property




In This Topic
    FileName Property (ImGearEmailAttachment)
    In This Topic
    Returns the file name of the attachment
    Syntax
    'Declaration
     
    Public ReadOnly Property FileName As String
    'Usage
     
    Dim instance As ImGearEmailAttachment
    Dim value As String
     
    value = instance.FileName
    public string FileName {get;}
    public: __property string* get_FileName();
    public:
    property String^ FileName {
       String^ get();
    }
    See Also