AttachmentsExtensions.GetAttachment(IAttachments, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static byte[] GetAttachment (this Microsoft.Bot.Connector.IAttachments operations, string attachmentId, string viewId);
static member GetAttachment : Microsoft.Bot.Connector.IAttachments * string * string -> byte[]
<Extension()>
Public Function GetAttachment (operations As IAttachments, attachmentId As String, viewId As String) As Byte()
Parameters
- operations
- IAttachments
- attachmentId
- String
- viewId
- String
Returns
Byte[]