![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
I'm writing some VBA code in Excel that needs to send data to Word and then
send out the Word documents as attachments to emails. In Word VBA I can say something like Application.Visible=False and this will create the documents in the background without the user seeing everything happening. When it comes to send the emails, the email pops up on the screen before it sends out. I can't find a Visible-equivalent method for the Outlook application. Is there a way to set Outlook or the mailitem object to not display itself? |
#2
|
|||
|
|||
![]()
No MailItem object is shown unles you explicitly call MailItem.Display.
What exactly do you see and how do you create and send messages? -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Eric" wrote in message ... I'm writing some VBA code in Excel that needs to send data to Word and then send out the Word documents as attachments to emails. In Word VBA I can say something like Application.Visible=False and this will create the documents in the background without the user seeing everything happening. When it comes to send the emails, the email pops up on the screen before it sends out. I can't find a Visible-equivalent method for the Outlook application. Is there a way to set Outlook or the mailitem object to not display itself? |
#3
|
|||
|
|||
![]()
It's probably a Simple MAPI Inspector. Not much you can do with that other
than use the OOM instead of a Simple MAPI call. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Dmitry Streblechenko" wrote in message ... No MailItem object is shown unles you explicitly call MailItem.Display. What exactly do you see and how do you create and send messages? -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Eric" wrote in message ... I'm writing some VBA code in Excel that needs to send data to Word and then send out the Word documents as attachments to emails. In Word VBA I can say something like Application.Visible=False and this will create the documents in the background without the user seeing everything happening. When it comes to send the emails, the email pops up on the screen before it sends out. I can't find a Visible-equivalent method for the Outlook application. Is there a way to set Outlook or the mailitem object to not display itself? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to restore text visibility for overdue & future tasks Outlook | MSBefuddled | Outlook - Calandaring | 4 | October 11th 09 02:16 AM |
Visibility of Free/Busy Information | Tim | Outlook - Calandaring | 2 | October 1st 08 05:06 PM |
Form code visibility | gicad | Outlook - Using Forms | 13 | December 4th 07 04:08 PM |
Lack of visibility for multiple concurrent calendar items | Dave Collier | Outlook - Calandaring | 0 | October 19th 06 11:20 PM |
What controls the source visibility? | Michael Moser | Outlook Express | 3 | August 21st 06 01:27 PM |