Appointment.Appointment
Contents
[
Hide
]Appointment(string, DateTime, DateTime, MailAddress, MailAddressCollection)
Initialize a new instance of the Appointment
class.
public Appointment(string location, DateTime startDate, DateTime endDate, MailAddress organizer,
MailAddressCollection attendees)
Parameter | Type | Description |
---|---|---|
location | String | The location of the calendar event. |
startDate | DateTime | The start time of the calendar event. |
endDate | DateTime | The end time of the calendar event. |
organizer | MailAddress | The organizer of the calendar event. |
attendees | MailAddressCollection | The attendees of th calendar event. |
See Also
- class MailAddress
- class MailAddressCollection
- class Appointment
- namespace Aspose.Email.Calendar
- assembly Aspose.Email
Appointment(string, string, string, DateTime, DateTime, MailAddress, MailAddressCollection)
Initialize a new instance of the Appointment
class.
public Appointment(string location, string summary, string description, DateTime startDate,
DateTime endDate, MailAddress organizer, MailAddressCollection attendees)
Parameter | Type | Description |
---|---|---|
location | String | The location of the calendar event. |
summary | String | The summary of the calendar event. |
description | String | The description of the calendar event. |
startDate | DateTime | The start time of the calendar event. |
endDate | DateTime | The end time of the calendar event. |
organizer | MailAddress | The organizer of the calendar event. |
attendees | MailAddressCollection | The attendees of th calendar event. |
See Also
- class MailAddress
- class MailAddressCollection
- class Appointment
- namespace Aspose.Email.Calendar
- assembly Aspose.Email
Appointment(string, string, string, DateTime, DateTime, MailAddress, MailAddressCollection, string)
Initialize a new instance of the Appointment
class.
public Appointment(string location, string summary, string description, DateTime startDate,
DateTime endDate, MailAddress organizer, MailAddressCollection attendees, string uid)
Parameter | Type | Description |
---|---|---|
location | String | The location of the calendar event. |
summary | String | The summary of the calendar event. |
description | String | The description of the calendar event. |
startDate | DateTime | The start time of the calendar event. |
endDate | DateTime | The end time of the calendar event. |
organizer | MailAddress | The organizer of the calendar event. |
attendees | MailAddressCollection | The attendees of th calendar event. |
uid | String | The unique identifier of th calendar event. |
See Also
- class MailAddress
- class MailAddressCollection
- class Appointment
- namespace Aspose.Email.Calendar
- assembly Aspose.Email
Appointment(string, string, string, DateTime, DateTime, MailAddress, MailAddressCollection, RecurrencePattern)
Initialize a new instance of the Appointment
class.
public Appointment(string location, string summary, string description, DateTime startDate,
DateTime endDate, MailAddress organizer, MailAddressCollection attendees,
RecurrencePattern recurrencePattern)
Parameter | Type | Description |
---|---|---|
location | String | The location of the calendar event. |
summary | String | The summary of the calendar event. |
description | String | The description of the calendar event. |
startDate | DateTime | The start time of the calendar event. |
endDate | DateTime | The end time of the calendar event. |
organizer | MailAddress | The organizer of the calendar event. |
attendees | MailAddressCollection | The attendees of th calendar event. |
recurrencePattern | RecurrencePattern | The recurrence pattern. |
See Also
- class MailAddress
- class MailAddressCollection
- class RecurrencePattern
- class Appointment
- namespace Aspose.Email.Calendar
- assembly Aspose.Email
Appointment(string, string, string, DateTime, DateTime, MailAddress, MailAddressCollection, string, RecurrencePattern)
Initialize a new instance of the Appointment
class.
public Appointment(string location, string summary, string description, DateTime startDate,
DateTime endDate, MailAddress organizer, MailAddressCollection attendees, string uid,
RecurrencePattern recurrencePattern)
Parameter | Type | Description |
---|---|---|
location | String | The location of the calendar event. |
summary | String | The summary of the calendar event. |
description | String | The description of the calendar event. |
startDate | DateTime | The start time of the calendar event. |
endDate | DateTime | The end time of the calendar event. |
organizer | MailAddress | The organizer of the calendar event. |
attendees | MailAddressCollection | The attendees of th calendar event. |
uid | String | The unique identifier of th calendar event. |
recurrencePattern | RecurrencePattern | The recurrence pattern. |
See Also
- class MailAddress
- class MailAddressCollection
- class RecurrencePattern
- class Appointment
- namespace Aspose.Email.Calendar
- assembly Aspose.Email