EwsArchiveItems.AddItem

AddItem(ExchangeTask)

Add item to archive.

public EwsArchiveItems AddItem(ExchangeTask task)
ParameterTypeDescription
taskExchangeTaskItem which will be archived.

See Also


AddItem(Appointment)

Add item to archive.

public EwsArchiveItems AddItem(Appointment appointment)
ParameterTypeDescription
appointmentAppointmentItem which will be archived.

See Also


AddItem(MapiMessageItemBase)

Add item to archive.

public EwsArchiveItems AddItem(MapiMessageItemBase item)
ParameterTypeDescription
itemMapiMessageItemBaseItem which will be archived.

See Also