Envelope.FeedSource Property

Returns or sets the paper tray for the envelope.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property FeedSource As WdPaperTray
    Get
    Set
'Usage
Dim instance As Envelope
Dim value As WdPaperTray

value = instance.FeedSource

instance.FeedSource = value
WdPaperTray FeedSource { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdPaperTray

Remarks

If you use this property before an envelope has been added to the document, an error occurs.

See Also

Reference

Envelope Interface

Envelope Members

Microsoft.Office.Interop.Word Namespace