AttachmentType.ContentLocation Property
The ContentLocation property gets or sets the Uniform Resource Identifier (URI) that corresponds to the location of the content of the attachment. This property is read-only.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ContentLocation As String
Get
Set
'Usage
Dim instance As AttachmentType
Dim value As String
value = instance.ContentLocation
instance.ContentLocation = value
public string ContentLocation { get; set; }
Property Value
Type: System.String
The ContentLocation property returns a string that contains the URI to the content of the attachment.
See Also