A
Ashish
In outlook addin if we save a mail (mailitem->Save) then outlook generates
an event for saving this mail which we get on exchange server in OnSyncSave.
If we saved a mail under inbox folder (say ..Inbox/mail.eml) then we'll get
same path in onsyncsave.
But when we change subject of a mail and save this, outlook generates path
for old subject mail for example
if mail subject under inbox is mail1. We change subject to mail2 and save
this mail then outlook generates path as ..Inbox/mail1 which is wrong. It
should be ..Inbox/mail2.
Also if we have a mail with subject mail1 under drafts folder and we create
a new mail with same subject and save in drafts folder, outlook generates
path as ..Drafts/mail1 which it should be ..drafts/mail1-2. And sometimes
outlook generates path for this mail in Sync Issue folder.
Can we handle this in outlook addin? Does outlook addin allows to generate
correct path? If yes please give any example.
an event for saving this mail which we get on exchange server in OnSyncSave.
If we saved a mail under inbox folder (say ..Inbox/mail.eml) then we'll get
same path in onsyncsave.
But when we change subject of a mail and save this, outlook generates path
for old subject mail for example
if mail subject under inbox is mail1. We change subject to mail2 and save
this mail then outlook generates path as ..Inbox/mail1 which is wrong. It
should be ..Inbox/mail2.
Also if we have a mail with subject mail1 under drafts folder and we create
a new mail with same subject and save in drafts folder, outlook generates
path as ..Drafts/mail1 which it should be ..drafts/mail1-2. And sometimes
outlook generates path for this mail in Sync Issue folder.
Can we handle this in outlook addin? Does outlook addin allows to generate
correct path? If yes please give any example.