Compartir a través de


Attachments.GetAttachmentStreamAsync(String, String) Método

Definición

Obtenga la vista attachmentid especificada como una secuencia.

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)

Parámetros

attachmentId
String

attachmentid.

viewId
String

ver para obtener (valor predeterminado:original).

Devoluciones

flujo de datos adjuntos.

Se aplica a