_StorageItem.Creator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns and sets a String (string in C#) that represents the solution that created the StorageItem object. Read/write.
public:
property System::String ^ Creator { System::String ^ get(); void set(System::String ^ value); };
public string Creator { get; set; }
Public Property Creator As String
Property Value
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.