|
-
Aug 31st, 2008, 01:57 PM
#1
Thread Starter
Hyperactive Member
closing outlook object
i'v created an outlook object (oApp = New Outlook.Application() that will create a new email: oMsg = oApp.CreateItem(Outlook.OlItemType.olMailItem)
after the message dialog is started the user has to press send to send the message and close oMsg.. but what happens to oApp? That one is still open right? How can i close this after the user have press send message on the oMsg Dialog? or is oApp closed then oMsg is closed?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|