EmailAttachment.ContentLocation Eigenschaft

Definition

Ruft den Speicherort einer E-Mail-Anlage als URI (Uniform Resource Identifier) ab oder legt diese fest.

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Der Speicherort einer E-Mail-Anlage als URI (Uniform Resource Identifier).

Windows-Anforderungen

App-Funktionen
email emailSystem

Gilt für: