How can I get the host application Name

Add-in Express™ Support Service
That's what is more important than anything else

How can I get the host application Name
 
Thomas Grossen


Guest


Hi,

How can I get the addin host application name?

For Example if my addin runs in Outlook, I should have "Microsoft Office Outlook", if it is Word, "Microsoft Office Word".

Thank you.
Posted 06 Dec, 2006 12:22:14 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Thomas,

You can use the HostApp property.

ShowMessage(Self.HostApp.Name);


P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.

Posted 07 Dec, 2006 04:32:17 Top
Thomas Grossen


Guest


Works fine, thank you.
Posted 07 Dec, 2006 05:08:16 Top