Forum: Outlook and VBA
June 25th 07, 10:38 PM Posted to microsoft.public.office.developer.outlook.vba,microsoft.public.outlook.program_vba
|
Replies: 2
Views: 427
Easy (I hope) "how to" question
I'm talking about doing this programmatically, not through the GUI. The
task already exists, I just need to figure out how to flag that day's
occurrence as complete, using the Outlook...
|
Forum: Outlook and VBA
June 22nd 07, 03:57 PM Posted to microsoft.public.office.developer.outlook.vba,microsoft.public.outlook.program_vba
|
Replies: 2
Views: 427
Easy (I hope) "how to" question
I think this is an easy question, it's just that I'm unfamiliar with this
portion of the Outlook object model, so I'm hoping that someone can provide
me with some sample code that I can use. I'm...
|
Forum: Outlook and VBA
April 19th 07, 09:03 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 8
Views: 1,287
MailItem Close Event
What's funny about all this is that it seems that whatever reason I had for
not using a modal display is no longer applicable, and I'm going through all
this effort for nothing....
|
Forum: Outlook and VBA
April 19th 07, 08:04 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 8
Views: 1,287
MailItem Close Event
Sorry, looking back, you had pointed me to the Inspector's Close event in
your very first response; I hadn't picked up on it, and thought you were
still referring to the MailItem's Close event. My...
|
Forum: Outlook and VBA
April 19th 07, 08:01 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 8
Views: 1,287
MailItem Close Event
A-ha!
Okay, after poking around a bit, I've determined that what I need to do is
to monitor the Inspector's Close event, not the MailItem's Close event.
That will tell me deterministically when...
|
Forum: Outlook and VBA
April 19th 07, 07:41 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 8
Views: 1,287
MailItem Close Event
Just to give you a better idea of what I'm trying to accomplish, I'm
creating a new e-mail and populating the subject, body, etc., then
displaying it on-screen. I then need to wait (indefinitely)...
|
Forum: Outlook and VBA
April 19th 07, 06:12 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 8
Views: 1,287
MailItem Close Event
What other events fire when an item is closed, but not saved? I couldn't
find anything that fired and was distinguishable.
Rob
"Michael Bauer [MVP - Outlook]" wrote in message...
|
Forum: Outlook and VBA
April 19th 07, 06:29 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 8
Views: 1,287
MailItem Close Event
But what's happening is that the Close event is firing *before* the
Yes/No/Cancel question is answered. So if the user says Cancel, then sends
the message, I've already processed the Close event. ...
|
Forum: Outlook and VBA
April 18th 07, 09:04 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 8
Views: 1,287
MailItem Close Event
Hi all,
I have a MailItem object (technically via Redemption, but as far as I can
tell, it works the same with the "normal" object library as well), which I'm
displaying on screen with the Display...
|