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 etterContentImplementation
    Implements LetterContent
End Class
Dim etterContentImplementation1 As New etterContentImplementation()

Syntax

Public Interface LetterContent
    Inherits _LetterContent
public interface LetterContent : _LetterContent
public interface class LetterContent : public _LetterContent
public interface LetterContent implements _LetterContent
public interface LetterContent implements _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, standalone 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