EmailMessage.MeetingInfo Property
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 the information associated with this meeting.
public:
property EmailMeetingInfo ^ MeetingInfo { EmailMeetingInfo ^ get(); void set(EmailMeetingInfo ^ value); };
EmailMeetingInfo MeetingInfo();
void MeetingInfo(EmailMeetingInfo value);
public EmailMeetingInfo MeetingInfo { get; set; }
var emailMeetingInfo = emailMessage.meetingInfo;
emailMessage.meetingInfo = emailMeetingInfo;
Public Property MeetingInfo As EmailMeetingInfo
The information associated with this meeting.
App capabilities |
email
emailSystem
|