Class MeetingMessageEventArgs
Meeting Message Event data
Inheritance
System.Object
System.EventArgs
MeetingMessageEventArgs
Namespace: iConfRTCModel
Assembly: iConfRTCWinForm.dll
Syntax
public class MeetingMessageEventArgs : EventArgs
Properties
FromUser
The user that sent the messgae
Declaration
public string FromUser { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsPrivate
If the message was sent not sent to the whole meeting, it is considerted Private
Declaration
public bool IsPrivate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Message
The content of the message received
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |