Document.SetLetterContent(Object) Method

Definition

Inserts the contents of the specified LetterContent into the document.

public:
 void SetLetterContent(System::Object ^ % LetterContent);
public void SetLetterContent (ref object LetterContent);
abstract member SetLetterContent : obj -> unit
Public Sub SetLetterContent (ByRef LetterContent As Object)

Parameters

LetterContent
Object

The LetterContent that includes the various elements of the letter.

Remarks

This method is similar to the RunLetterWizard method except that it does not display the Letter Wizard dialog box. The method adds, deletes, or restyles letter elements in the document based on the contents of the LetterContent object.

Applies to