BLACK FRIDAY is nearly here...
FIND OUT MORE
Effective Monday 10th November 2025, ownership of EverythingAccess.com and all related products and services will transfer to TWINBASIC LTD, a UK limited company.

Same team, same great service - just a new company structure.     Read More

ref: vbMAPI_OutlookSignatures

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_Session

Class Description

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.