UserProperty Object
| Outlook Developer Reference |
Remarks
Use UserProperties(
Use the Add method to create a new UserProperty for an item and add it to the UserProperties object. The Add method allows you to specify a name and type for the new property.
Note |
|---|
| When you create a custom property, a field is added in the folder that contains the item (using the same name as the property). That field can be used as a column in folder views. |
Example
The following example adds a custom text property named MyPropName.
| Visual Basic for Applications |
|---|
|
Note