 | Participant(String, String, ParticipationRole, Boolean) Constructor |
Creates new participant with specified common name and email.
Namespace: Limilabs.Mail.AppointmentsAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic Participant(
string cn,
string email,
ParticipationRole role,
bool responseRequired
)
Public Sub New (
cn As String,
email As String,
role As ParticipationRole,
responseRequired As Boolean
)
public:
Participant(
String^ cn,
String^ email,
ParticipationRole^ role,
bool responseRequired
)
new :
cn : string *
email : string *
role : ParticipationRole *
responseRequired : bool -> ParticipantParameters
- cn String
- Common name of the person.
- email String
- Email of the person.
- role ParticipationRole
- Participation role.
- responseRequired Boolean
- Specifies whether participant is required.
See Also