Aspose::Email::Clients::Exchange::ExchangeAttachmentInfo Class Referencefinal

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
 

Detailed Description

Represents an attachment information transmitted over exchange protocols

Constructor & Destructor Documentation

◆ ExchangeAttachmentInfo()

Aspose::Email::Clients::Exchange::ExchangeAttachmentInfo::ExchangeAttachmentInfo ( )

Member Function Documentation

◆ get_AttachmentUri()

System::String Aspose::Email::Clients::Exchange::ExchangeAttachmentInfo::get_AttachmentUri ( ) const

Gets an attachment uri

◆ get_Name()

System::String Aspose::Email::Clients::Exchange::ExchangeAttachmentInfo::get_Name ( ) const

Gets an attachment name

◆ get_Size()

int32_t Aspose::Email::Clients::Exchange::ExchangeAttachmentInfo::get_Size ( ) const

Gets an attachment size (in bytes)

◆ TryParse()

static bool Aspose::Email::Clients::Exchange::ExchangeAttachmentInfo::TryParse ( System::SharedPtr< Dav::ExchangeStoreResponse >  response,
System::SharedPtr< ExchangeAttachmentInfo > &  attachment 
)
static

Tries to parses the attachment information from exchange store response

Parameters
responseA ExchangeStoreResponse containing an attachment information
attachmentA prsed attachment
Returns
True if attachment was successfully parsed; otherwise, False

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Exchange::Dav::ExchangeClient

◆ Aspose::Email::Clients::Exchange::WebService::Extensions::AttachmentTypeExtensions

friend class Aspose::Email::Clients::Exchange::WebService::Extensions::AttachmentTypeExtensions
friend

Member Data Documentation

◆ attachmentUri

System::String Aspose::Email::Clients::Exchange::ExchangeAttachmentInfo::attachmentUri

An attachment uri

◆ name

System::String Aspose::Email::Clients::Exchange::ExchangeAttachmentInfo::name

An attachment name

◆ size

int32_t Aspose::Email::Clients::Exchange::ExchangeAttachmentInfo::size

An attachment size (in bytes)