_StorageItem.Creator Property
Returns and sets a String (string in C#) that represents the solution that created the StorageItem object. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Creator As String
Get
Set
'Usage
Dim instance As _StorageItem
Dim value As String
value = instance.Creator
instance.Creator = value
[DispIdAttribute()]
string Creator { get; set; }
Property Value
Type: System.String
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.