EmailMeetingInfo.AppointmentRoamingId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the server identifier for the appointment associated with an email message.
public:
property Platform::String ^ AppointmentRoamingId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring AppointmentRoamingId();
void AppointmentRoamingId(winrt::hstring value);
public string AppointmentRoamingId { get; set; }
var string = emailMeetingInfo.appointmentRoamingId;
emailMeetingInfo.appointmentRoamingId = string;
Public Property AppointmentRoamingId As String
Property Value
The server identifier for the appointment associated with an email message.
Windows requirements
App capabilities |
email
emailSystem
|