SignatureProvider Interface

Represents a signature provider add-in.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
<GuidAttribute("000CD6A3-0000-0000-C000-000000000046")> _
Public Interface SignatureProvider
'Usage
Dim instance As SignatureProvider
[GuidAttribute("000CD6A3-0000-0000-C000-000000000046")]
public interface SignatureProvider

Remarks

Note

Signature providers are implemented exclusively in custom COM add-ins and cannot be implemented in Microsoft Visual Basic for Applications (VBA).

See Also

Reference

SignatureProvider Members

Microsoft.Office.Core Namespace