Partager via


ExchangeService.GetAttachments Méthode

Définition

Surcharges

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

Obtient les propriétés des pièces jointes du serveur.

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

Obtient les propriétés des pièces jointes du serveur.

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

Obtient les propriétés des pièces jointes du serveur.

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)

Paramètres

attachments
Attachment[]

Tableau d’objets Attachment .

bodyType
Nullable<BodyType>

Spécifie la façon dont le corps du texte est mis en forme dans la réponse.

additionalProperties
IEnumerable<PropertyDefinitionBase>

Spécifie des propriétés supplémentaires sur la pièce jointe à retourner dans la réponse.

Retours

Collection de réponses pour chaque pièce jointe.

S’applique à

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

Obtient les propriétés des pièces jointes du serveur.

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)

Paramètres

attachmentIds
String[]

Tableau d’ID de pièces jointes identifiant les pièces jointes à obtenir à partir du serveur.

bodyType
Nullable<BodyType>

Spécifie la façon dont le corps du texte est mis en forme dans la réponse.

additionalProperties
IEnumerable<PropertyDefinitionBase>

Spécifie des propriétés supplémentaires sur la pièce jointe à retourner dans la réponse.

Retours

Collection de réponses pour chaque pièce jointe.

Remarques

Cette méthode récupère une ou plusieurs pièces jointes en fonction des ID de pièce jointe spécifiés dans le attachmentIds paramètre . Cela permet d’accéder aux pièces jointes lorsque seul l’ID de pièce jointe est disponible, par exemple lorsqu’une application de messagerie envoie des ID de pièce jointe à un service distant

S’applique à