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

适用于