MapiProperty.CreateMapiPropertyFromBytes

MapiProperty.CreateMapiPropertyFromBytes method

Creates the mapi property from bytes.

public static MapiProperty CreateMapiPropertyFromBytes(long tag, byte[] data)
ParameterTypeDescription
tagInt64The tag.
dataByte[]The data.

See Also