A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Turn application visibility off



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old November 24th 09, 09:22 PM posted to microsoft.public.outlook.program_vba
Eric
external usenet poster
 
Posts: 198
Default Turn application visibility off

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  
Old November 24th 09, 09:50 PM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Turn application visibility off

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  
Old November 25th 09, 02:28 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Turn application visibility off

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 06:30 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.