Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Email-Groupwise
Message
De
29/10/2001 09:08:14
Ashish Patel
Hindustan Petroleum
Mumbai, Inde
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00562795
Message ID:
00574420
Vues:
22
Hi

I tried the Message "552031" on sending email from VFp for Novell Groupwise.

I am really surprised to know that fox can talk to novell groupwise also.

I am getting on one error when I send the attachment.
For a test I crated following prog.

=GW('ashishpatel.indbazaar.com","This is a Test Message ','C:\HPGAS\REGLOCK.DBF')

retu

PROCEDURE GW
LPARAMETERS cSendTo,cSubject,cMessage,cAttachment
oGW=CREATEOBJECT('NovellGroupwareSession')
oMsg=oGW.Login.RootFolder.Messages.Add
oMsg.Subject=cSubject
oMsg.BodyText=cMessage
oMsg.Attachment.Add(cAttachment)
oMsg.Recipients.Add(cSendTo,'NGW','0')
oMsg.Send
RELEASE oGW


I am getting error in the following line

oMsg.Attachment.Add(cAttachment)

The error message says

Member ATTACHMENT does not evaluate to an object.


Can You Pl. Help.

Thanks in Advance.

Ashish Patel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform