Search The ForumSearch   RegisterRegister  LoginLogin

MailBee SMTP

 AfterLogic Forum : MailBee SMTP
Subject Topic: adding an From Name Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
Guido Adam
Guest Group
Guest Group


Joined: 10 November 2003
Online Status: Online
Posts: 262
Posted: 11 November 2004 at 6:48am | IP Logged Quote Guido Adam

Maybe it's just me, but i wasn't able to find a FROM NAME property. Is there a way...? Thanks
Back to Top View Guido Adam's Profile Search for other posts by Guido Adam
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 11 November 2004 at 8:06am | IP Logged Quote Alex

There is FromFriendlyName property of Message object which returns you FROM NAME.

This property is read-only, however. To put a friendly name in an address, just use the code like below:

strFromName = "MailBee Support"
strFromEmail = "mailbee@iforum.com"
Message.FromAddr = strFromName & "<" & strEmail & ">"

Regards,
Alex
Back to Top View Alex's Profile Search for other posts by Alex
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide