IEWSClient.ArchiveItem

ArchiveItem(string, MapiMessageItemBase)

The ArchiveItem operation moves an item into the mailbox user’s archive mailbox.

public void ArchiveItem(string sourceFolderUri, MapiMessageItemBase item)
ParameterTypeDescription
sourceFolderUriString
itemMapiMessageItemBaseItem which will be archived

See Also


ArchiveItem(string, Appointment)

The ArchiveItem operation moves an item into the mailbox user’s archive mailbox.

public void ArchiveItem(string sourceFolderUri, Appointment appointment)
ParameterTypeDescription
sourceFolderUriString
appointmentAppointmentItem which will be archived

See Also


ArchiveItem(string, ExchangeTask)

The ArchiveItem operation moves an item into the mailbox user’s archive mailbox.

public void ArchiveItem(string sourceFolderUri, ExchangeTask task)
ParameterTypeDescription
sourceFolderUriString
taskExchangeTaskItem which will be archived

See Also


ArchiveItem(string, string)

The ArchiveItem operation moves an item into the mailbox user’s archive mailbox.

public void ArchiveItem(string sourceFolderUri, string uniqueId)
ParameterTypeDescription
sourceFolderUriString
uniqueIdStringItem id

See Also