Reflection
IOfficeTools Interface Members
Properties  Methods 

The following tables list the members exposed by IOfficeTools.

Public Properties
 NameDescription
 PropertyAppointmentEnabledGets a value that indicates whether the installed Office Tools assembly supports new appointments.  
 PropertyCloseOfficeDocsOnAppExitDetermines if documents created by Office Tools and Office Suite applications close when Reflection closes (true), or if they stay open (false).  
 PropertyContactEnabledGets a value that indicates whether the installed Office Tools assembly supports viewing the contact list and creating new contacts.  
 PropertyCopyAsImageGets or sets whether to copy the host screen data as an image (true) or as text (false) if images are supported by the Office Suite.  
 PropertyEmailEnabledGets a value that indicates whether the installed Office Tools assembly supports viewing the e-mail application and creating new e-mail messages.  
 PropertyIncludeScreenDataGets or sets whether to insert host screen data in new Office items.  
 PropertyNoteEnabledGets a value that indicates whether the installed Office Tools assembly supports new notes.  
 PropertyOfficeToolsPaneVisibleGets or sets the visible state of the dockable Office Tools panel.  
 PropertyParentGets the parent object (IProductivity).  
 PropertySlideshowEnabledGets a value that indicates whether the installed Office Tools assembly supports new slideshow presentations.  
 PropertySlideshowTemplateGets or sets the presentation template for creating new slideshows.  
 PropertyTaskEnabledGets a value that indicates whether the installed Office Tools assembly supports new tasks.  
 PropertyWordProcessingBookmarkGets or sets the name of the bookmark at which to insert text when creating a word-processing document.  
 PropertyWordProcessingEnabledGets a value that indicates whether the installed Office Tools assembly supports new word-processing documents.  
 PropertyWordProcessingTemplateGets or sets the path of the template to use when creating a word-processing document.  
Top
Public Methods
 NameDescription
 MethodActivateContactsAppActivates the address book application.  
 MethodActivateEmailAppActivates the e-mail application.  
 MethodCreateNewAppointmentCreates a new calendar appointment.  
 MethodCreateNewContactCreates a new address book contact.  
 MethodCreateNewEmailMessageCreates a new e-mail message.  
 MethodCreateNewNoteCreates a new note.  
 MethodCreateNewTaskCreates a new calendar task.  
 MethodCreateWordProcessingDocumentCreates a new word-processing document.  
 MethodCreateWordProcessingDocumentWithGraphicCreates a new word-processing document with graphics.  
 MethodCreateWordProcessingDocumentWithGraphicSetCreates a new word-processing document with a set of graphics.  
 MethodGetBookmarksGets the collection of bookmarks in a word-processing template file. The method returns null if the Office Tools assembly does not support the use of templates and bookmarks for word-processing.  
Top
See Also