mathbalaji 0 Newbie Poster
Recommended Answers
Jump to Posttry to use this
Dim objOutlook As Object Dim objOutlookMsg As Object Set objOutlook = CreateObject("Outlook.Application") Set objOutlookMsg = objOutlook.CreateItem(0) With objOutlookMsg .To = "myfriend@gmail.com " .Cc = "hisfriend@yahoo.com" .Subject = "Hello Friends (one more time)..." .Body = "This is the body of message" .HTMLBody = "HTML …
Jump to PostMy pleasure .
All 6 Replies
mathbalaji 0 Newbie Poster
cometburn 2 Junior Poster
debasisdas 580 Posting Genius Featured Poster
mathbalaji 0 Newbie Poster
debasisdas 580 Posting Genius Featured Poster
cometburn 2 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.