| Participant Constructor (String, String) |
Creates new participant with specified common name and email.
Namespace:
Limilabs.Mail.Appointments
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public Participant(
string cn,
string email
)
Public Sub New (
cn As String,
email As String
)
public:
Participant(
String^ cn,
String^ email
)
new :
cn : string *
email : string -> Participant
Parameters
- cn
- Type: SystemString
Common name of the person. - email
- Type: SystemString
Email of the person.
See Also