MapiPropertyContainer.GetPropertyLong

MapiPropertyContainer.GetPropertyLong method

Gets the value of the property specified by tag as Long (int64) type.

public long? GetPropertyLong(long tag)
ParameterTypeDescription
tagInt64The MAPI property tag.

Return Value

The value of the property. If the property does not exist, returns NULL; otherwise, returns the value.

See Also