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