EmailAttachment.ContentLocation 属性

定义

获取或设置电子邮件附件的位置,作为统一资源标识符 (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

属性值

String

Platform::String

winrt::hstring

电子邮件附件作为统一资源标识符 (URI) 的位置。

Windows 要求

应用功能
email emailSystem

适用于