共用方式為


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

適用於