Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email Questions
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00598470
Message ID:
00598781
Views:
17
>Question 1:
>
>How do I know if a PC has email available on it?

ON ERROR llError = .T.
{try to create email object}
if llError
{try next email client object...}
endif

Just try to create the email client object and if it fails, it is not installed.

>
>
>Question 2:
>
>Using Outlook, anyone know how to check for new email? I know how to check
>to see what's in the Inbox, but I want to check for new mail. This would be
>equivilent to clicking the Send/Receive button.
>

Not sure, it seems not posisble as I see from past threads...

>
>Thanks
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Reply
Map
View

Click here to load this message in the networking platform