This object provides convenient access to the collection of signatures that have been set up by the Outlook user.
Property Get Count() As Long
Returns the count of items in this collection.
Property Get Item(ByVal IndexOrName As Variant) As vbMAPI_OutlookSignature
Returns the item in the collection corresponding to the provided Index (Long), Name (String) or SendStamp (String/Binary).
Property Get Session() As vbMAPI_Session
Returns the session object associated with this object.
Property Get DefaultNewSignature() As vbMAPI_OutlookSignature
Returns the signature that is designated as the default for new messages.
For Outlook 2003+, this returns the default signature associated with the default mail account. For earlier versions, it returns the globally set default signature.
Property Get DefaultReplySignature() As vbMAPI_OutlookSignature
Returns the signature that is designated as the default for reply and forward messages.
For Outlook 2003+, this returns the default signature associated with the default mail account. For earlier versions, it returns the globally set default signature.