Represents IAsyncEwsClient::FetchItemsAsync parameters. More...
Inherits Object.
Public Member Functions | |
| System::SharedPtr< System::Collections::Generic::ListExt< System::String > > | get_Uris () const |
| System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< Mapi::PropertyDescriptor > > > | get_ExtendedProperties () const |
| bool | get_FetchAttachments () const |
| System::SharedPtr< EwsFetchItems > | AddUris (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uris) |
| Add message URIs to fetch. More... | |
| System::SharedPtr< EwsFetchItems > | AddUri (System::String uri) |
| Add message URI to fetch. More... | |
| System::SharedPtr< EwsFetchItems > | AddExtendedProperty (System::SharedPtr< Mapi::PropertyDescriptor > propertyDescriptor) |
| Add extended property to retrieve. More... | |
| System::SharedPtr< EwsFetchItems > | AddExtendedProperties (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Mapi::PropertyDescriptor >>> properties) |
| Add extended properties to retrieve. More... | |
| System::SharedPtr< EwsFetchItems > | WithAttachments (bool withAttachments=1) |
| Fetch all attachments. More... | |
| System::SharedPtr< EwsFetchItems > | SkipAttachments () |
| Do not fetch attachment contents. More... | |
Static Public Member Functions | |
| static System::SharedPtr< EwsFetchItems > | Create () |
| Creates IAsyncEwsClient::FetchItemsAsync method's parameter set. More... | |
Protected Member Functions | |
| virtual | ~EwsFetchItems () |
Represents IAsyncEwsClient::FetchItemsAsync parameters.
|
protectedvirtual |
| System::SharedPtr<EwsFetchItems> Aspose::Email::Clients::Exchange::WebService::Models::EwsFetchItems::AddExtendedProperties | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Mapi::PropertyDescriptor >>> | properties | ) |
Add extended properties to retrieve.
| System::SharedPtr<EwsFetchItems> Aspose::Email::Clients::Exchange::WebService::Models::EwsFetchItems::AddExtendedProperty | ( | System::SharedPtr< Mapi::PropertyDescriptor > | propertyDescriptor | ) |
Add extended property to retrieve.
| System::SharedPtr<EwsFetchItems> Aspose::Email::Clients::Exchange::WebService::Models::EwsFetchItems::AddUri | ( | System::String | uri | ) |
Add message URI to fetch.
| System::SharedPtr<EwsFetchItems> Aspose::Email::Clients::Exchange::WebService::Models::EwsFetchItems::AddUris | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uris | ) |
Add message URIs to fetch.
|
static |
Creates IAsyncEwsClient::FetchItemsAsync method's parameter set.
| System::SharedPtr<System::Collections::Generic::ListExt<System::SharedPtr<Mapi::PropertyDescriptor> > > Aspose::Email::Clients::Exchange::WebService::Models::EwsFetchItems::get_ExtendedProperties | ( | ) | const |
| bool Aspose::Email::Clients::Exchange::WebService::Models::EwsFetchItems::get_FetchAttachments | ( | ) | const |
| System::SharedPtr<System::Collections::Generic::ListExt<System::String> > Aspose::Email::Clients::Exchange::WebService::Models::EwsFetchItems::get_Uris | ( | ) | const |
| System::SharedPtr<EwsFetchItems> Aspose::Email::Clients::Exchange::WebService::Models::EwsFetchItems::SkipAttachments | ( | ) |
Do not fetch attachment contents.
| System::SharedPtr<EwsFetchItems> Aspose::Email::Clients::Exchange::WebService::Models::EwsFetchItems::WithAttachments | ( | bool | withAttachments = 1 | ) |
Fetch all attachments.
| withAttachments | Set this argument to false to skip attachments fetching. |