Поделиться через


ExchangeService.GetAttachments Метод

Определение

Перегрузки

GetAttachments(Attachment[], Nullable<BodyType>, IEnumerable<PropertyDefinitionBase>)

Возвращает свойства вложений с сервера.

GetAttachments(String[], Nullable<BodyType>, IEnumerable<PropertyDefinitionBase>)

Возвращает свойства вложений с сервера.

GetAttachments(Attachment[], Nullable<BodyType>, IEnumerable<PropertyDefinitionBase>)

Возвращает свойства вложений с сервера.

public:
 Microsoft::Exchange::WebServices::Data::ServiceResponseCollection<Microsoft::Exchange::WebServices::Data::GetAttachmentResponse ^> ^ GetAttachments(cli::array <Microsoft::Exchange::WebServices::Data::Attachment ^> ^ attachments, Nullable<Microsoft::Exchange::WebServices::Data::BodyType> bodyType, System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^> ^ additionalProperties);
public Microsoft.Exchange.WebServices.Data.ServiceResponseCollection<Microsoft.Exchange.WebServices.Data.GetAttachmentResponse> GetAttachments (Microsoft.Exchange.WebServices.Data.Attachment[] attachments, Nullable<Microsoft.Exchange.WebServices.Data.BodyType> bodyType, System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase> additionalProperties);
Public Function GetAttachments (attachments As Attachment(), bodyType As Nullable(Of BodyType), additionalProperties As IEnumerable(Of PropertyDefinitionBase)) As ServiceResponseCollection(Of GetAttachmentResponse)

Параметры

attachments
Attachment[]

Массив Attachment объектов.

bodyType
Nullable<BodyType>

Указывает способ форматирования основного текста в ответе.

additionalProperties
IEnumerable<PropertyDefinitionBase>

Указывает дополнительные свойства вложения, возвращаемые в ответе.

Возвращаемое значение

Коллекция ответов для каждого вложения.

Применяется к

GetAttachments(String[], Nullable<BodyType>, IEnumerable<PropertyDefinitionBase>)

Возвращает свойства вложений с сервера.

public:
 Microsoft::Exchange::WebServices::Data::ServiceResponseCollection<Microsoft::Exchange::WebServices::Data::GetAttachmentResponse ^> ^ GetAttachments(cli::array <System::String ^> ^ attachmentIds, Nullable<Microsoft::Exchange::WebServices::Data::BodyType> bodyType, System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^> ^ additionalProperties);
public Microsoft.Exchange.WebServices.Data.ServiceResponseCollection<Microsoft.Exchange.WebServices.Data.GetAttachmentResponse> GetAttachments (string[] attachmentIds, Nullable<Microsoft.Exchange.WebServices.Data.BodyType> bodyType, System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase> additionalProperties);
Public Function GetAttachments (attachmentIds As String(), bodyType As Nullable(Of BodyType), additionalProperties As IEnumerable(Of PropertyDefinitionBase)) As ServiceResponseCollection(Of GetAttachmentResponse)

Параметры

attachmentIds
String[]

Массив идентификаторов вложений, определяющих вложения, которые необходимо получить с сервера.

bodyType
Nullable<BodyType>

Указывает способ форматирования основного текста в ответе.

additionalProperties
IEnumerable<PropertyDefinitionBase>

Указывает дополнительные свойства вложения, возвращаемые в ответе.

Возвращаемое значение

Коллекция ответов для каждого вложения.

Комментарии

Этот метод извлекает одно или несколько вложений на основе идентификаторов вложений, указанных в параметре attachmentIds . Это обеспечивает доступ к вложениям, когда доступен только идентификатор вложения, например когда почтовое приложение отправляет идентификаторы вложений в удаленную службу.

Применяется к