Hello Bob, On Wed, 19 Dec 2001 12:37:21 -0700GMT (19-12-01, 20:37 +0100GMT, where I live), you wrote:
B> I have noticed that when replying to an email, that my templates always B> use the Email address as the first name even when they are in my B> address book. Even if I call up a Quick template I cant seem to get If you want to use the address book info you'll have to insert an address book macro that does so. Currently you're using %ToFName to insert the first name (I suppose), if you want to use the address book, you'd better use %AbToFirstName. (For more info see 'Address related macros' in the help file) Using this macro you'll get an empty string when the intended recipient is not included in your address book. That could be checked with an if-statement, something like: Hello %if:"%AbToFirstName"="":"%ToFName":"%AbToFirstName" I checked this and it seems to work, it inserts the address book name if it exists it takes the firstname from the To header if it doesn't exist. -- Groetjes, Roelof -- ________________________________________________________ Archives : http://tbudl.thebat.dutaint.com Moderators : mailto:[EMAIL PROTECTED] TBTech List: mailto:[EMAIL PROTECTED] Unsubscribe: mailto:[EMAIL PROTECTED] Latest Vers: 1.53d FAQ : http://faq.thebat.dutaint.com

