Outlook VBA code to check if mailbox exists

Derek

Registered User.
Local time
Yesterday, 16:49
Joined
May 4, 2010
Messages
234
Hi guys,

I want to write the validation to check if the following mailbox exist in my outlook? Can anyone please help me with this?

Code:
 Dim olRecip As Outlook.Recipient
 Set olRecip = mynamespace.CreateRecipient("Derek.Smith@boi.com")

Thanks,
 
Ron's site is the best !!
 

Users who are viewing this thread

Back
Top Bottom