Adds specified appointment as alternative view for this message.
Namespace: Limilabs.Mail.FluentAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
IFluentMail AddAppointment( Appointment appointment ) |
| Visual Basic |
|---|
Function AddAppointment ( _ appointment As Appointment _ ) As IFluentMail |
| Visual C++ |
|---|
IFluentMail^ AddAppointment( Appointment^ appointment ) |
Parameters
- appointment
- Type: Limilabs.Mail.Appointments..::..Appointment
Appointment to add.