MapiCalendar.MapiCalendar

MapiCalendar()

Initializes a new instance of the MapiCalendar class

public MapiCalendar()

See Also


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)
ParameterTypeDescription
locationStringThe appointment location.
summaryStringThe appointment summary.
descriptionStringThe appointment description.
startDateDateTimeThe start date.
endDateDateTimeThe end date.

See Also


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)
ParameterTypeDescription
locationStringThe meeting location.
summaryStringThe meeting summary.
descriptionStringThe meeting description.
startDateDateTimeThe start date.
endDateDateTimeThe end date.
organizerStringThe meeting organizer address.
attendeesMapiRecipientCollectionThe meeting attendees.

See Also


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)
ParameterTypeDescription
locationStringThe meeting location.
summaryStringThe meeting summary.
descriptionStringThe meeting description.
startDateDateTimeThe start date.
endDateDateTimeThe end date.
organizerMapiElectronicAddressThe meeting organizer.
attendeesMapiRecipientCollectionThe meeting attendees.

See Also