EmailMessage.RemoteId 属性

定义

获取或设置服务提供商可用于访问客户端计算机上电子邮件的标识符。

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

void RemoteId(winrt::hstring value);
public string RemoteId { get; set; }
var string = emailMessage.remoteId;
emailMessage.remoteId = string;
Public Property RemoteId As String

属性值

String

Platform::String

winrt::hstring

服务提供商可用于访问客户端计算机上电子邮件的标识符。

Windows 要求

应用功能
email emailSystem

适用于