Aspose::Email::Clients::Imap::ImapAttachmentInfo Class Reference

Represents an attachment information. More...

Inherits Object.

Public Member Functions

int64_t get_Size () const
 Gets an attachment size. More...
 
System::String get_Name () const
 Gets an attachment name. More...
 
System::String get_MediaType () const
 Gets an attachment MIME-type. More...
 
 ImapAttachmentInfo (System::String name, System::String mediaType, int64_t size)
 

Friends

class Aspose::Email::Clients::Imap::ImapAttachmentInfoCollection
 

Detailed Description

Represents an attachment information.

Constructor & Destructor Documentation

◆ ImapAttachmentInfo()

Aspose::Email::Clients::Imap::ImapAttachmentInfo::ImapAttachmentInfo ( System::String  name,
System::String  mediaType,
int64_t  size 
)

Member Function Documentation

◆ get_MediaType()

System::String Aspose::Email::Clients::Imap::ImapAttachmentInfo::get_MediaType ( ) const

Gets an attachment MIME-type.

◆ get_Name()

System::String Aspose::Email::Clients::Imap::ImapAttachmentInfo::get_Name ( ) const

Gets an attachment name.

◆ get_Size()

int64_t Aspose::Email::Clients::Imap::ImapAttachmentInfo::get_Size ( ) const

Gets an attachment size.

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Imap::ImapAttachmentInfoCollection