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)
ParameterTypeDescription
tagInt64The MAPI property tag.
valueInt64&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