Author |
|
Guests Guest Group
Joined: 10 November 2003
Online Status: Online Posts: 262
|
Posted: 30 November 2004 at 2:39pm | IP Logged
|
|
|
Hi Alex,
you resolve the issues so accurately and fast that we all got a little spoiled here I guess :)
Here's another issue regarding the format of the 'message.FromName' text. The FromName is received
as "John Smith" <john@smith.com> , I only want to display the name, not the email, such as John Smith.
I tried doing that using ASP string manupilation but my script was ignored. Is there a method or property that would
format this data ? Am I missing something again ?
Thanks a lot
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 01 December 2004 at 7:07am | IP Logged
|
|
|
Yes, there is Message.FromFriendlyName property which will show up only 'John Smith' in your case.
CCFriendlyName and ToFriendlyName properties available as well.
Regards,
Alex
|
Back to Top |
|
|