MeetingInfo Class
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.
General information about a Teams meeting.
public class MeetingInfo
type MeetingInfo = class
Public Class MeetingInfo
- Inheritance
-
MeetingInfo
Constructors
MeetingInfo() |
Initializes a new instance of the MeetingInfo class. |
MeetingInfo(MeetingDetails, ConversationAccount, TeamsChannelAccount) |
Initializes a new instance of the MeetingInfo class. |
Properties
Conversation |
Gets or sets the Conversation Account for the meeting. |
Details |
Gets or sets the specific details of a Teams meeting. |
Organizer |
Gets or sets the meeting organizer's user information. |