|
-
Oct 4th, 2000, 08:52 AM
#1
Thread Starter
New Member
i wrote this code in my vb sub
like
but it's not working why
SUB SEND_EMAIL()
MAPISession1.SignOn
' Send Mail
MAPIMessages1.SessionID = MAPISession1.SessionID
MAPIMessages1.Compose
MAPIMessages1.RecipAddress = "[email protected]"
MAPIMessages1.RecipDisplayName = "<DISPLAY RECIPIENT AME>"
MAPIMessages1.MsgSubject = "<THESUBJECT>"
MAPIMessages1.MsgNoteText = "<THE TEXT>"
MAPIMessages1.Send
MAPISession1.SignOf
END SUB
I WOULD LIKE TO KNOW WHY
PROBABLY MAPI PROBLEMS BUT HOW TO RESOLVE IT
-
Nov 3rd, 2000, 01:12 PM
#2
New Member
Did you remember to add a MAPI signature and Session object to the form.
Right click on the toolbox and select components > Microsoft MAPI Control
Good luck
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|