Represents an attachment information transmitted over exchange protocols More...
Inherits Object.
Public Member Functions | |
System::String | get_AttachmentUri () const |
Gets an attachment uri More... | |
System::String | get_Name () const |
Gets an attachment name More... | |
int32_t | get_Size () const |
Gets an attachment size (in bytes) More... | |
ExchangeAttachmentInfo () | |
Static Public Member Functions | |
static bool | TryParse (System::SharedPtr< Dav::ExchangeStoreResponse > response, System::SharedPtr< ExchangeAttachmentInfo > &attachment) |
Tries to parses the attachment information from exchange store response More... | |
Public Attributes | |
System::String | attachmentUri |
An attachment uri More... | |
System::String | name |
An attachment name More... | |
int32_t | size |
An attachment size (in bytes) More... | |
Friends | |
class | Aspose::Email::Clients::Exchange::Dav::ExchangeClient |
class | Aspose::Email::Clients::Exchange::WebService::Extensions::AttachmentTypeExtensions |
Represents an attachment information transmitted over exchange protocols
Aspose::Email::Clients::Exchange::ExchangeAttachmentInfo::ExchangeAttachmentInfo | ( | ) |
System::String Aspose::Email::Clients::Exchange::ExchangeAttachmentInfo::get_AttachmentUri | ( | ) | const |
Gets an attachment uri
System::String Aspose::Email::Clients::Exchange::ExchangeAttachmentInfo::get_Name | ( | ) | const |
Gets an attachment name
int32_t Aspose::Email::Clients::Exchange::ExchangeAttachmentInfo::get_Size | ( | ) | const |
Gets an attachment size (in bytes)
|
static |
Tries to parses the attachment information from exchange store response
response | A ExchangeStoreResponse containing an attachment information |
attachment | A prsed attachment |
True
if attachment was successfully parsed; otherwise, False
|
friend |
|
friend |
System::String Aspose::Email::Clients::Exchange::ExchangeAttachmentInfo::attachmentUri |
An attachment uri
System::String Aspose::Email::Clients::Exchange::ExchangeAttachmentInfo::name |
An attachment name
int32_t Aspose::Email::Clients::Exchange::ExchangeAttachmentInfo::size |
An attachment size (in bytes)