Hi
I have this code to send attachment ( with help doctormahdi it works perfect)
With MAPIMessages1
.AddressCaption = "aaa@aa.com"
.MsgIndex = -1
.RecipDisplayName = "es: Microsoft Outlook"
.MsgSubject = "xxxxxxxxx"
.MsgNoteText = "xxxxxxxxx"
.AttachmentPathName = namefile
.SessionID = MAPISession1.SessionID
.RecipAddress = "aaa@aa.com"
.Send True
MAPISession1.SignOff
End With
is it posible with some code to do this? to check if i have email and if i have to opening the attacment ?
( i want with one button to do all of this with out opening the outlook express)
No one has replied yet! Why not be the first?
Sign in or Join us (it's free).