System.Net.Mail and a User's Outlook profile name

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using System.Net.Mail and currently I'm using the user's computer login
name as the "To." However, I have found out that some user's email aliases
are different than their login names.

Does anyone know of any .NET classes, VSTO, or other dlls that I can use to
simply get the user's default outlook email alias? Are there any code samples
to that effect?

Thank you in advance
Susan H
 
Hi Susan ,

It seems that this issue is not .Net Winform specific. You'd better post
this issue in Outlook Automation newsgroup, such as below:

microsoft.public.vsnet.vstools.office
microsoft.public.office.developer.*

Thanks for your understanding.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Woops! O.K. that makes much more sense to post to either of those groups.
Thank you for pointing me to the right place.

Sue
 
You are welcome.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top