Attachments.GetAttachmentStreamAsync(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenez l’affichage attachmentid donné en tant que flux.
public System.Threading.Tasks.Task<System.IO.Stream> GetAttachmentStreamAsync (string attachmentId, string viewId = "original");
member this.GetAttachmentStreamAsync : string * string -> System.Threading.Tasks.Task<System.IO.Stream>
Public Function GetAttachmentStreamAsync (attachmentId As String, Optional viewId As String = "original") As Task(Of Stream)
Paramètres
- attachmentId
- String
attachmentid.
- viewId
- String
view to get (default:original).
Retours
flux de pièces jointes.