Hello,
My application is expecting a distribution list to be in place before a mail is sent off. I would like to programmatically find out if the distribution list name exists in Outlook and issue a message to the user if it does not.
As far as I can see I need to use the MailResolveRecipient function but, if the list does not exist, a dialog is popped up for the user to select a recipient.
Is there a way to validate a recipient without having a dialog appear? I would just like to test the mailReturnCode for success or failure and proceed from there.
Thanks... LR
My application is expecting a distribution list to be in place before a mail is sent off. I would like to programmatically find out if the distribution list name exists in Outlook and issue a message to the user if it does not.
As far as I can see I need to use the MailResolveRecipient function but, if the list does not exist, a dialog is popped up for the user to select a recipient.
Is there a way to validate a recipient without having a dialog appear? I would just like to test the mailReturnCode for success or failure and proceed from there.
Thanks... LR