Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook known addresses
Message
From
10/01/2001 14:11:40
 
 
To
10/01/2001 11:55:19
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00461695
Message ID:
00461809
Views:
16
>Is there anyway of checking if a Recipient is valid in Outlook?
>
>Thanks
>Kev

Apply the Resolve method to the Recipient object.

WITH oMailMsg
oRecip = .Recipients.Add("Fred")
IF NOT oRecip.Resolve()
* name/address is no good.
ENDIF
ENDWITH

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform