_StorageItem.Creator Property

Definition

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.

Applies to