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; }

Property Value

Type: Object
The value.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf passed value is null.
See Also