다음을 통해 공유


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

적용 대상