vbMAPI Outlook/MAPI Code Library
(v1.16.3)
- QuickStart: Installation
- QuickStart: The basics
- Code Examples
- Tips for C#
- Tips for VB.NET
- Examples: Profile Administration
- ref: vbMAPI_Session
- ref: vbMAPI_Options
- ref: vbMAPI_Accounts
- ref: vbMAPI_Account
- ref: vbMAPI_Stores
- ref: vbMAPI_Store
- ref: vbMAPI_Folder
- ref: vbMAPI_Folders
- ref: vbMAPI_FolderItems
- ref: vbMAPI_ContactItem
- ref: vbMAPI_AppointmentItem
- ref: vbMAPI_MailItem
- ref: vbMAPI_Properties
- ref: vbMAPI_Property
- ref: vbMAPI_Recipients
- ref: vbMAPI_Recipient
- ref: vbMAPI_Attachments
- ref: vbMAPI_Attachment
- ref: vbMAPI_EncodedBody
- ref: vbMAPI_Profiles
- ref: vbMAPI_Profile
- ref: vbMAPI_ProfileProviders
- ref: vbMAPI_ProfileProvider
- ref: vbMAPI_ProfileProviderConfig
- ref: vbMAPI_ProfileServices
- ref: vbMAPI_ProfileService
- ref: vbMAPI_ProfileServiceConfig
- ref: vbMAPI_OutlookSignatures
- ref: vbMAPI_OutlookSignature
- ref: vbMAPI_AddressBook
- ref: vbMAPI_AddressLists
- ref: vbMAPI_AddressList
- ref: vbMAPI_AddressEntries
- ref: vbMAPI_AddressEntry
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.