Outlook VBA code to check if mailbox exists (1 Viewer)

Derek

Registered User.
Local time
Yesterday, 16:00
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,
 

Isaac

Lifelong Learner
Local time
Yesterday, 16:00
Joined
Mar 14, 2017
Messages
8,777
Ron's site is the best !!
 

Users who are viewing this thread

Top Bottom