MessageObjectPropertyValue Property |
Gets or sets the value of the property.
Namespace:
Aspose.Email.Mapi.Msg
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public Object Value { get; set; }
Public Property Value As Object
Get
Set
public:
property Object^ Value {
Object^ get ();
void set (Object^ value);
}
member Value : Object with get, set
Property Value
Type:
ObjectThe value.
Exceptions See Also