Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email
Message
From
12/10/2004 03:54:42
Mazahir Naya
Kuwait United Co.
Kuwait, Kuwait
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Email
Miscellaneous
Thread ID:
00950534
Message ID:
00950617
Views:
17
hi Mahmood
use this Code.. i am sure it will help u a lot..
use this two ActiveX Control

-- OLEMAPIMSG
-- OLEMAPISession

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

Best regards
Mazahir
Mazahir Naya
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform