Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
E-mail
Message
From
17/05/2004 06:22:38
Mazahir Naya
Kuwait United Co.
Kuwait, Kuwait
 
 
To
17/05/2004 05:08:41
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: E-mail
Miscellaneous
Thread ID:
00904499
Message ID:
00904507
Views:
12
hi mohammad
use MAPI Control
this send mail Method

With This.Parent.OLEMAPIMsg
.MsgIndex=-1
.RecipDisplayName=ALLTRIM(This.Parent.emailid.Value)
.MsgSubject=ALLTRIM(This.Parent.subject1.Value)
.MsgNoteText=thisform.mesbody.text
*************
if mfile1 !="" then
.ATTACHMENTINDEX=0
.AttachmentPosition = 4
.AttachmentType = 0
.AttachmentName = ""
.AttachmentPathName=mfile1
.AttachmentCount
endif
.SessionID=This.parent.olemapisession.sessionid
.Send
Endwith
regards
Mazahir
Mazahir Naya
Previous
Reply
Map
View

Click here to load this message in the networking platform