MapiPropertyContainer.TryGetPropertyLong
MapiPropertyContainer.TryGetPropertyLong method
Gets the value of the specified property as Long type. A return value indicates whether the operation succeeded.
public bool TryGetPropertyLong(long tag, ref long value)
Parameter | Type | Description |
---|---|---|
tag | Int64 | The MAPI property tag. |
value | Int64& | 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