Thanks Michael,
My macro seems working.
********
Public WithEvents items As Outlook.items
Public Sub Init()
Dim olApp As Outlook.Application
Dim objNS As Outlook.NameSpace
Set olApp = Outlook.Application
Set objNS = olApp.GetNamespace("MAPI")
Set items =...
Sorry Michael,
Although I managed to pop the Custom Reminder dialog, the reminder seems to be set on the AcitveExplorer.Selection.Item instead of the mailitem that mailitem just added to the sentitems (msg).
Any hints on how to fix it?
Thanks again
Dear Michael,
Thank you for your reply. However, I failed to locate any VBA code samples on executing the commandbarbutton with ID.
Highly appreciate if you can give me more hint on the how I can do it.
A line of sample code?
Thanks a million
KL
Hi,
Need help on creating a macro to setup custom reminder after email sent.
I want to have a macro /vba to ask for:
1. Category; 2) Custom reminder date / time; 3) folder to move the email to.
This will be triggered after sending out email.
So I use the itemadd event in the sentmail folder...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.