Thank you, That is what I suspected. Do you by chance have a sample of the
code that I would need to use?
> You can with VSTO, write managed code to obtain the current user and then
> use then System.Web.Mail to send an email.
>
> I'm not sure if this can be done with no managed code...
Yueli Du - 30 Jan 2006 19:01 GMT
You can call System.Environment.UserName to get current user's network Login
ID (which is corresponding to distinguishedName in Active Directory)
> Thank you, That is what I suspected. Do you by chance have a sample of the
> code that I would need to use?
[quoted text clipped - 3 lines]
> >
> > I'm not sure if this can be done with no managed code...