|                                 Rick Koch                				   
 
 
 Posts: 172
 Joined: 2006-09-05
 
 | 
                | Folder paths used for toolbars and buttons seem to use paths along the line of "Personal folders\Contacts" or "Koch, Rick\Inbox" 
 How do you specify "username + defaultInbox" in the designer?  The only example I've seen uses personal folders.
 
 I know we're waiting for an OnInit event that's going to let us set some of these values outside the designer (in code, at startup).  When will that functionality become available?
 
 I'm trying to build a deployable proof-of-concept that won't have to be hard-coded to specific folder paths.
 | 
 | 
  
        |                                 Sergey Grischenko                				   
 Add-in Express team
 
 
 Posts: 7233
 Joined: 2004-07-05
 
 | 
                | Hi Rick. 
 A new build of the ADX .NET for VSTO product was published yesterday.
 You can set such path in the OnInitialize event handler.
 
 | 
 |