MapiPropertyContainer.GetPropertyInt32

MapiPropertyContainer.GetPropertyInt32 method

Gets the int32 value of the property specified by tag.

public int? GetPropertyInt32(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