Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Email
Message
De
12/10/2004 03:54:42
Mazahir Naya
Kuwait United Co.
Kuwait, Kuwait
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Re: Email
Divers
Thread ID:
00950534
Message ID:
00950617
Vues:
18
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform