Forum: Outlook and VBA
March 11th 09, 08:26 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 828
Message box when deleting folder
The message box does not prompt the user to do anything, it seems to be
informational only.
We are creating a folder because we are importing a message from a .eml file
using Redemption, and we...
|
Forum: Outlook and VBA
March 11th 09, 03:50 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 828
Message box when deleting folder
I have a folder that I have temporarily created in the deleted items folder
in order to display an email message programatically. When I delete this
folder using the following code, a window with...
|
Forum: Outlook and VBA
February 18th 09, 04:38 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 6
Views: 1,145
MailItem.Close()
I am concerned about whether the call to Close() is a synchronous or
asynchronous operation. If I am displaying an email, and I call the Close()
function, and it is asynchronous, I may be trying...
|
Forum: Outlook and VBA
February 18th 09, 03:22 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 6
Views: 1,145
MailItem.Close()
Is MailItem.Close() a synchronous or asynchronous operation? In other words,
if I first close my MailItem and then call Delete() on it, should this work?
Bina
|