mail window macro

P

PeterD

Hi
2000,2002 2003
am looking for a way to automate change in mail text template depending on
address book recepiant selected
any help appreciated
thanks
 
M

Michael Bauer

Am Wed, 28 Sep 2005 05:06:02 -0700 schrieb PeterD:

Peter, the template you can get with CreateItemFromTemplate, and the
selected folder´s item with ActiveExplorer.Selection(1). You then have
to ensure the selected item is really a ContactItem, e.g. by checking
the item´s Class property.
 
P

PeterD

Michael
Many thanks

Michael Bauer said:
Am Wed, 28 Sep 2005 05:06:02 -0700 schrieb PeterD:

Peter, the template you can get with CreateItemFromTemplate, and the
selected folder´s item with ActiveExplorer.Selection(1). You then have
to ensure the selected item is really a ContactItem, e.g. by checking
the item´s Class property.
 
Top