Forum: Add-ins for Outlook
September 18th 09, 06:06 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 10
Views: 1,230
How to catch Message Move Event.
Hi Dmitry,
Can we trap Message Move event from one store to other store, using
redemption? (e.g. when messages are being archived).
Thanks,
Ashutosh.
"Ashutosh Jogdande"...
|
Forum: Add-ins for Outlook
September 4th 09, 12:28 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 10
Views: 1,230
How to catch Message Move Event.
Hi Ken,
It started working after adding event handler on cached Folder.Items, Now
events are getting fired on message Move. :)
Only concern remaining is, how do I get Entry IDs of moved messages...
|
Forum: Add-ins for Outlook
September 4th 09, 09:52 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 10
Views: 1,230
How to catch Message Move Event.
Thanks Dmitry,
Unfortunately we are not using redemption in this version :( .
We would possibly use in our next version...
Thanks,
Ashutosh
"Dmitry Streblechenko" wrote in...
|
Forum: Add-ins for Outlook
September 4th 09, 09:47 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 10
Views: 1,230
How to catch Message Move Event.
Hi Ken,
Thanks for detailed reply,
I did the same, only thing I am missing is maintaining a Custom Class,
instead of that I have used Global List of Outlook.MAPIFolder.
And Recursion code is...
|
Forum: Add-ins for Outlook
September 2nd 09, 05:54 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 10
Views: 1,230
How to catch Message Move Event.
Hi Ken,
Thanks for quick reply.
By adding ItemRemove event handler on outlookExplorer.CurrentFolder I am
able to catch the event.
But How to add event handler for all folders when addin gets...
|
Forum: Add-ins for Outlook
September 1st 09, 06:50 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 10
Views: 1,230
How to catch Message Move Event.
Hi All,
Is there any way to Catch Message Move event through outlook addin, when
message/s are moved by using Email-rules or to Archive folders?
I am able to do this on manual message move by...
|
Forum: Add-ins for Outlook
July 3rd 09, 12:59 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 4,630
Get SMTP address of sender in outlook 2003
Hello Nagaraj,
You can get this by Using MAPI,
Or you can simply create one ContactItem and set Exchange address which you
are getting from mailItem.SenderEmailAddress
to "Email1Address"...
|
Forum: Outlook and VBA
July 3rd 09, 08:49 AM Posted to microsoft.public.dotnet.languages.vb,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,395
Addin to trap email item open
Hi John,
You can achieve this by handling Application.ItemLoad event,
in this you can look for MailItem as an Objet type, if it is then handle
MailItem's Open event.
Thanks,
Ashutosh
"John"...
|
Forum: Add-ins for Outlook
July 3rd 09, 08:49 AM Posted to microsoft.public.dotnet.languages.vb,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
|
Replies: 2
Views: 446
Addin to trap email item open
Hi John,
You can achieve this by handling Application.ItemLoad event,
in this you can look for MailItem as an Objet type, if it is then handle
MailItem's Open event.
Thanks,
Ashutosh
"John"...
|
Forum: Add-ins for Outlook
May 25th 09, 07:58 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 471
Not getting Backspace event.
Hi All,
I have developed an Outlook addin which adds UserControl Component
having a webBrowser control in it, onto a rctrl_renwnd32 window.
WebBrowser is pointing to URL which has text-box in...
|