|
-
Dec 6th, 2001, 12:44 PM
#1
Thread Starter
Member
Mapi sessions?? - Easy
I have been working on sending an email.. and I keep getting an "object required" error.. heres the code.. I think its pretty straight forward. Would anyone know why this doesnt work?
MAPISession1.SignOn
MAPIMessages.SessionID = MAPISession1.SessionID
MAPIMessages.Compose
MAPIMessages.RecipDisplayName = "Me"
MAPIMessages.RecipAddress = "[email protected]"
' Resolve recipient name
MAPIMessages.AddressResolveUI = True
MAPIMessages.ResolveName
'Create the message
MAPIMessages.MsgSubject = "Status Report"
MAPIMessages.MsgNoteText = "Build successful!"
MAPIMessages.Send False
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
|