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.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.