![]() |
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
|
|||
|
|||
![]()
What is the correct syntax to send the message in out look through VBA
object.send cause a syntax error in my computer Set OutProg = CreateObject("outlook.application") Set OutM = OutProg.CreateItem(olitemType.olmailitem) With OutM .subject = "I am trying" .To = "My email address" .body = "Here we go" .Importance = Outlook.OlImportance.olImportanceNormal MsgBox " done" End With OutM.Send() (syntax error here and am not sure why ????) Exit Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook 2003...SEND problem...does not send the 1st time | CJ | Outlook - General Queries | 1 | September 14th 08 05:13 AM |
I can't send attachments with outlook, I can send test email | Harm Logan | Outlook - General Queries | 5 | March 21st 07 06:51 PM |
outlook 2003 has 2 "send" labels in the send receive drop down | oceanfreightrefunds | Outlook - General Queries | 1 | February 14th 07 09:24 PM |
Some items can't be send in outlook 2003. Even after repeatly clicking the send button. | baarts | Outlook - General Queries | 1 | August 9th 06 02:52 PM |
Can't send via outlook 2003 or outlook express 6, but can send to newsgroups | ~AMDT~ | Outlook - General Queries | 5 | March 29th 06 10:31 AM |