EmailOptions.EmailSignature Property

Returns a EmailSignature object that represents the signatures Microsoft Word appends to outgoing e-mail messages.

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

Syntax

'Declaration
ReadOnly Property EmailSignature As EmailSignature
    Get
'Usage
Dim instance As EmailOptions
Dim value As EmailSignature

value = instance.EmailSignature
EmailSignature EmailSignature { get; }

Property Value

Type: Microsoft.Office.Interop.Word.EmailSignature

See Also

Reference

EmailOptions Interface

EmailOptions Members

Microsoft.Office.Interop.Word Namespace