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

Usage

Public Class letterContentImplementation
    Implements _LetterContent
End Class
Dim letterContentImplementation1 As New letterContentImplementation()

Syntax

Public Interface _LetterContent
public interface _LetterContent
public interface class _LetterContent
public interface _LetterContent
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

_LetterContent Members