MapiCalendar.MapiCalendar
Contents
[
Hide
]MapiCalendar()
Initializes a new instance of the MapiCalendar
class
public MapiCalendar()
See Also
- class MapiCalendar
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiCalendar(string, string, string, DateTime, DateTime)
Initializes a new instance of the MapiCalendar
class.
public MapiCalendar(string location, string summary, string description, DateTime startDate,
DateTime endDate)
Parameter | Type | Description |
---|---|---|
location | String | The appointment location. |
summary | String | The appointment summary. |
description | String | The appointment description. |
startDate | DateTime | The start date. |
endDate | DateTime | The end date. |
See Also
- class MapiCalendar
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiCalendar(string, string, string, DateTime, DateTime, string, MapiRecipientCollection)
Initializes a new instance of the MapiCalendar
class.
public MapiCalendar(string location, string summary, string description, DateTime startDate,
DateTime endDate, string organizer, MapiRecipientCollection attendees)
Parameter | Type | Description |
---|---|---|
location | String | The meeting location. |
summary | String | The meeting summary. |
description | String | The meeting description. |
startDate | DateTime | The start date. |
endDate | DateTime | The end date. |
organizer | String | The meeting organizer address. |
attendees | MapiRecipientCollection | The meeting attendees. |
See Also
- class MapiRecipientCollection
- class MapiCalendar
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiCalendar(string, string, string, DateTime, DateTime, MapiElectronicAddress, MapiRecipientCollection)
Initializes a new instance of the MapiCalendar
class.
public MapiCalendar(string location, string summary, string description, DateTime startDate,
DateTime endDate, MapiElectronicAddress organizer, MapiRecipientCollection attendees)
Parameter | Type | Description |
---|---|---|
location | String | The meeting location. |
summary | String | The meeting summary. |
description | String | The meeting description. |
startDate | DateTime | The start date. |
endDate | DateTime | The end date. |
organizer | MapiElectronicAddress | The meeting organizer. |
attendees | MapiRecipientCollection | The meeting attendees. |
See Also
- class MapiElectronicAddress
- class MapiRecipientCollection
- class MapiCalendar
- namespace Aspose.Email.Mapi
- assembly Aspose.Email