I have a new email msg, and i want to include a link to another email msg in the body. This is what is produced:
<Outlook:00000000455035995E6EA148A47A77E5E6BD5B7324022100>
by using code of:
string link = "Outlook:"+ mailItem.EntryID;
stubMail.Body = "<" + link + ">";
stubMail.Save()
There is no 'blue line' or link being produced, anybody have an idea?
Perhaps my security settings in outlook turned this off ? I am running outlook 2003.
thanks , lsm
<Outlook:00000000455035995E6EA148A47A77E5E6BD5B7324022100>
by using code of:
string link = "Outlook:"+ mailItem.EntryID;
stubMail.Body = "<" + link + ">";
stubMail.Save()
There is no 'blue line' or link being produced, anybody have an idea?
Perhaps my security settings in outlook turned this off ? I am running outlook 2003.
thanks , lsm