次の方法で共有


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

適用対象