Share via


_LetterContent.EnclosureNumber Property 

Returns or sets the number of enclosures for a letter created by the Letter Wizard.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim _LetterContent1 As _LetterContent

Dim returnValue As Integer
returnValue = _LetterContent1.EnclosureNumber

Dim sampleValue As Integer
_LetterContent1.EnclosureNumber = sampleValue

Syntax

Property EnclosureNumber() As Integer
int EnclosureNumber {get; set;}
property Int32 EnclosureNumber{
    Int32 get();
    Void set(Int32);
}
public int get_EnclosureNumber();
public void set_EnclosureNumber(int);
function get EnclosureNumber() : int;
function set EnclosureNumber(int);

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

_LetterContent Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

_LetterContent Members