EmailAttachment.ContentLocation Property
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.
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
The location of an email attachment as a Uniform Resource Identifier (URI).
Windows requirements
App capabilities |
email
emailSystem
|