Attachments.GetAttachmentUri(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.
Get the URI of an attachment view.
public string GetAttachmentUri (string attachmentId, string viewId = "original");
member this.GetAttachmentUri : string * string -> string
Public Function GetAttachmentUri (attachmentId As String, Optional viewId As String = "original") As String
Parameters
- attachmentId
- String
id of the attachment.
- viewId
- String
default is "original".
Returns
uri.