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.