I am using Exchange Web Services API to move messages from an Inbox to a public folder. The operation works when the Inbox item is an IPM.Note but the undeliverable messages, REPORT.IPM.Note.NDR, fail with "The move or copy operation failed."
Do I need to do something special to get the REPORT.IPM.Note.NDR items to move?
The logic is simple, Bind and then Move: tMessage = EmailMessage.Bind(service, myMessage.Id, PropertySet.FirstClassProperties) tMessage.Move({public folder}.Id)
Aucun commentaire:
Enregistrer un commentaire