Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Logging off of Outlook
Message
From
09/08/2001 11:15:16
 
 
To
09/08/2001 10:32:57
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00541778
Message ID:
00541811
Views:
19
>Hello,
> I'm writing a program that is supposed to log a user into outlook, delete all of their messages, then log out again. I am doing this from a table, and have over three hundred users whose messages need to be cleared with this cycle. The only problem is, I can't get outlook to logoff after deleting a users message, so it is never able to start the next user. My question is simple, how can I use visual foxpro to logoff an outlook user and exit the program. Just wondering if anyone has any hints or tips on the subject.
>
>Thanks
>
>Kent Floros
>Ripon Community Printers

Check out the Namespace object in Outlook. It has methods for logging on and off. You can get a reference to it by using the GetNamespace() method of the application object.

The methods are Logon and Logoff. HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform