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 |
Represents an attachment information.
Aspose::Email::Clients::Imap::ImapAttachmentInfo::ImapAttachmentInfo | ( | System::String | name, |
System::String | mediaType, | ||
int64_t | size | ||
) |
System::String Aspose::Email::Clients::Imap::ImapAttachmentInfo::get_MediaType | ( | ) | const |
Gets an attachment MIME-type.
System::String Aspose::Email::Clients::Imap::ImapAttachmentInfo::get_Name | ( | ) | const |
Gets an attachment name.
int64_t Aspose::Email::Clients::Imap::ImapAttachmentInfo::get_Size | ( | ) | const |
Gets an attachment size.
|
friend |