N
Nagaraj
Hi,
I want to retrieve smtp address of sender in outlook 2003 plugin development
I used
mailItem.SenderEmailAddress
but it is not giving any value
In 2007 I got the value by
mailItem.SendUsingAccount.SmtpAddress;
How to get the same value in outlook 2003?
Thanks
Nagaraj
I want to retrieve smtp address of sender in outlook 2003 plugin development
I used
mailItem.SenderEmailAddress
but it is not giving any value
In 2007 I got the value by
mailItem.SendUsingAccount.SmtpAddress;
How to get the same value in outlook 2003?
Thanks
Nagaraj