ActiveDocument.HasRoutingSlip and ActiveDocument.RoutingSlip

Unanswered ActiveDocument.HasRoutingSlip and ActiveDocument.RoutingSlip

  • Thursday, June 21, 2007 6:38 PM
     
     

     

    Migrating Office 2003 to Office 2007.

     

    In Word 2007 these are listed as hidden.

    What is the replacement for these objects and properties? Is there a way to still access these members?

All Replies

  • Monday, June 25, 2007 2:42 AM
     
     
    The SDK is different from the Object Models defined in VSTO. It is an API to manipulate Office documents based on ECMA OpenXML specification. This is only the first phase of the API and wraps around the System.IO.Packaging API. It does not edit the document content.