MessageObjectPropertyToInt Method

Converts the value of the property to integer.

Namespace:  Aspose.Email.Mapi.Msg
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public int ToInt()

Return Value

Type: Int32
Integer value, if type can't be converted to integer returns 0.
See Also