MapiPropertyContainer.TryGetPropertyInt32
MapiPropertyContainer.TryGetPropertyInt32 method
Gets the value of the specified property as Int32 type. A return value indicates whether the operation succeeded.
public bool TryGetPropertyInt32(long tag, ref int value)
Parameter | Type | Description |
---|---|---|
tag | Int64 | The MAPI property tag. |
value | Int32& | When this method returns, contains the value of the specified property, if the property exists. This parameter is passed uninitialized. |
Return Value
true if s was converted successfully; otherwise, false.
See Also
- class MapiPropertyContainer
- namespace Aspose.Email.Mapi
- assembly Aspose.Email