EmailAttachment.ContentLocation Property

Definition

Gets or sets the location of an email attachment as a Uniform Resource Identifier (URI).

public:
 property Platform::String ^ ContentLocation { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ContentLocation();

void ContentLocation(winrt::hstring value);
public string ContentLocation { get; set; }
var string = emailAttachment.contentLocation;
emailAttachment.contentLocation = string;
Public Property ContentLocation As String

Property Value

String

Platform::String

winrt::hstring

The location of an email attachment as a Uniform Resource Identifier (URI).

Windows requirements

App capabilities
email emailSystem

Applies to