Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email-Groupwise
Message
From
29/10/2001 09:08:14
Ashish Patel
Hindustan Petroleum
Mumbai, India
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00562795
Message ID:
00574420
Views:
24
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform