This topic has not yet been rated - Rate this topic

_LetterContent Interface

Represents the elements of a letter created by the Letter Wizard.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
[GuidAttribute("000209A1-0000-0000-C000-000000000046")]
public interface _LetterContent

Use the GetLetterContent method or the CreateLetterContent method to return a LetterContent object.

The CreateLetterContent method creates a LetterContent object; however, there are numerous required arguments. If you want to set only a few properties, use the New keyword to create a new, stand-alone LetterContent object.

You can duplicate a LetterContent object by using the Duplicate property.

The SetLetterContent method inserts the contents of the specified LetterContent object in a document.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.