_Document.SetLetterContent(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts the contents of the specified LetterContent object into a 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
Required LetterContent object. The LetterContent object that includes the various elements of the letter.
Remarks
This method is similar to the RunLetterWizard(Object, Object) method except that it doesn't display the Letter Wizard dialog box. The method adds, deletes, or restyles letter elements in the specified document based on the contents of the LetterContent object.