Table of Contents

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

EmailUserEntityCollection

EndTime

Gets the meeting suggestion EndTime.

public DateTime? EndTime { get; }

Property Value

DateTime?

Location

Gets the meeting suggestion Location.

public string Location { get; }

Property Value

string

MeetingString

Gets the meeting suggestion MeetingString.

public string MeetingString { get; }

Property Value

string

StartTime

Gets the meeting suggestion StartTime.

public DateTime? StartTime { get; }

Property Value

DateTime?

Subject

Gets the meeting suggestion Subject.

public string Subject { get; }

Property Value

string