EmailFolder.RemoteId プロパティ

定義

サーバー上の対応するフォルダーのリモート ID を取得または設定します。

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 = emailFolder.remoteId;
emailFolder.remoteId = string;
Public Property RemoteId As String

プロパティ値

String

Platform::String

winrt::hstring

サーバー上の対応するフォルダーのリモート ID。

Windows の要件

アプリの機能
email emailSystem

適用対象