MapiProperty.CreateMapiPropertyFromLong

CreateMapiPropertyFromLong(long, long)

Creates the mapi property from long.

public static MapiProperty CreateMapiPropertyFromLong(long tag, long data)
ParameterTypeDescription
tagInt64The tag.
dataInt64The data.

See Also


CreateMapiPropertyFromLong(long, long, long)

Creates the mapi property from long.

public static MapiProperty CreateMapiPropertyFromLong(long tag, long data, long delimiter)
ParameterTypeDescription
tagInt64The tag.
dataInt64The data.
delimiterInt64The delimiter.

See Also