_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)

Syntax

'Declaration
<GuidAttribute("000209A1-0000-0000-C000-000000000046")> _
Public Interface _LetterContent
'Usage
Dim instance As _LetterContent
[GuidAttribute("000209A1-0000-0000-C000-000000000046")]
public interface _LetterContent

Remarks

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.

See Also

Reference

_LetterContent Members

Microsoft.Office.Interop.Word Namespace