 | ParticipantResponseRequired Property |
Gets or sets information whether participant is required.
Namespace: Limilabs.Mail.AppointmentsAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic bool ResponseRequired { get; set; }Public Property ResponseRequired As Boolean
Get
Set
public:
property bool ResponseRequired {
bool get ();
void set (bool value);
}member ResponseRequired : bool with get, set
Property Value
Boolean
See Also