EmailMeetingInfo.Location プロパティ

定義

会議の場所を取得または設定します。

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

void Location(winrt::hstring value);
public string Location { get; set; }
var string = emailMeetingInfo.location;
emailMeetingInfo.location = string;
Public Property Location As String

プロパティ値

String

Platform::String

winrt::hstring

会議の場所。

Windows の要件

アプリの機能
email emailSystem

適用対象