Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Macro Email?

Status
Not open for further replies.

Gazmysta

Technical User
Sep 4, 2003
18
GB
Hi,

When my macros try to send an email they keep failing overnight because of the bar that tells you access is trying to send a message and you have to press yes. Ive set warning to no but it still asks, is there away to stop this happening?

Thanks
 
If you are using Outlook Express goto Tools - Options - Security Tab.

Unckeck the box beside "Warn me when other applications try to send mail as me."

Not sure where this setting is in Outlook, but you will have to do the same type of thing.
 
The syntax is

expression.SendObject(ObjectType, ObjectName, OutputFormat, To, Cc, Bcc, Subject, MessageText, EditMessage, TemplateFile)


You need to set the EDITMESSAGE portion to FALSE so that it will just send the email without intervention.

Jim DeGeorge [wavey]
 
Edit message is already set to no.

Gazmysta
 
Then it will be your outlook or your outlook express security settings that I mentioned before.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top