Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending Mail through Visual Foxpro
Message
 
To
31/10/2001 08:31:56
Ashish Patel
Hindustan Petroleum
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00575573
Message ID:
00576930
Views:
19
>=GW('ashishpatel@indbazaar.com','Hi From Ashish','This is a Test Message ','C:\x\x.DBF')
>
>retu
>
>PROCEDURE GW
>LPARAMETERS cSendTo,cSubject,cMessage,cAttachment
>oGW=CREATEOBJECT('NovellGroupwareSession')
>x=oGW.LOGIN
>oMsg=oGW.Login.RootFolder.Messages.Add
>oMsg.Subject=cSubject
>oMsg.BodyText=cMessage
>oMsg.Attachments.Add(cAttachment)
>oMsg.Recipients.Add(cSendTo,'NGW','0')
>oMsg.Send
>RELEASE oGW
>
>------------------------------------------------
>
>I am having the following doubts.
>2. If I run the above program then If I open Groupwise from the desktop it is
>not asking for User Name and Password and directly opening the mails.

I think that's because you do a Login, but not a LogOut.

However, I am not familiar enough with Groupware to be sure about this.
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Previous
Reply
Map
View

Click here to load this message in the networking platform