Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old December 19th, 2006, 02:45 PM
saaar
Guest
 
Posts: n/a
Default mail read confirmation

Hi,
i's trying te send an automtic email from an ac2000 form with a cmdbuttum.
Now, i am trying to get a read-confirmation . Iam using Outlook as mine
emailprogram. Is it possile to achieve this ?
my present command :
'--------------------------------------------------------------------------------------------------------------------------------
Dim objOl As Outlook.Application
Dim objMail As Object
Dim bds As String

Set objOl = Outlook.Application 'Start Outlook
Set objMail = objOl.CreateItem(olMailItem)

With objMail
.To = saarb@mflskqdfl.nl
.Body = bds
.NoAging = True
.Importance = olImportanceHigh
'.Display
.Save
.Send
End With
'----------------------------------------------------------------------------------------------------------------------------------------------------

thks, Saar


 

Bookmarks

Thread Tools

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

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles