StorageItem.Creator property (Outlook)

Returns and sets the solution that created the StorageItem object. Read/write.

Syntax

expression.Creator

expression A variable that represents a StorageItem object.

Remarks

Outlook does not set the Creator property. Use the Creator property to identify the StorageItem objects you have created for your add-in. One recommended value for this property is the programmatic identifier (ProgID) of the add-in.

See also

StorageItem Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.