ref: vbMAPI_OutlookSignature

On this page you'll find:

Overview

Equivalent MAPI object: N/A
Equivalent Outlook Redemption object: N/A
Equivalent Outlook Object Model object: None
Parent: vbMAPI_OutlookSignature

Class Description

This object provides access to Outlook signature files.


Property Get Name() As String

Returns the name of the signature.

Property Get RTF() As String

Returns the RTF version of the signature.

Property Get HTML() As String

Returns the body of the HTML version of the signature.

Property Get FullHTML() As String

Returns the full HTML text of the HTML version of the signature (including HTML and HEAD tags).

Property Get PlainText() As String

Returns the plaintext version of the signature.

Property Get Session() As vbMAPI_Session

Returns the session object associated with this object.