resolving a distribution list in order to send emails
C#
1
Posts
1
Posters
0
Views
1
Watching
-
hi all i'm using C# to process and send mails to recepients using SMTP, lately i've been requested to add functionality to my code where i'll be able to resolve outlook distribution lists into their respective mail addresses. as i'm restricted to C# i cannot do this via MAPI, i've tried googling the solution but cannot find a solution that will return the resolved mail addresses. i'll also add i cannot use the Redemption library (can't use anything unless i wrote it in house)