UserProperty.Value Property (Outlook)
Returns or sets a Variant indicating the value for the specified custom property. Read/write.
Syntax
expression .Value
expression A variable that represents a UserProperty object.
Remarks
To set for the first time a property created by the UserProperties.Add method, use the UserProperty.Value property instead of the SetProperties or SetProperty method of the PropertyAccessor object.
For more information on accessing properties in Outlook, see Properties Overview.