Class MeetingSuggestion
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents an MeetingSuggestion object.
public sealed class MeetingSuggestion : ExtractedEntity
- Inheritance
-
MeetingSuggestion
- Inherited Members
Properties
Attendees
Gets the meeting suggestion Attendees.
public EmailUserEntityCollection Attendees { get; }
Property Value
EndTime
Gets the meeting suggestion EndTime.
public DateTime? EndTime { get; }
Property Value
Location
Gets the meeting suggestion Location.
public string Location { get; }
Property Value
MeetingString
Gets the meeting suggestion MeetingString.
public string MeetingString { get; }
Property Value
StartTime
Gets the meeting suggestion StartTime.
public DateTime? StartTime { get; }
Property Value
Subject
Gets the meeting suggestion Subject.
public string Subject { get; }