CreateMapiPropertyFromLong
MapiProperty.CreateMapiPropertyFromLong method (1 of 2)
Creates the mapi property from long.
public static MapiProperty CreateMapiPropertyFromLong(long tag, long data)
Parameter | Type | Description |
---|---|---|
tag | Int64 | The tag. |
data | Int64 | The data. |
See Also
- class MapiProperty
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiProperty.CreateMapiPropertyFromLong method (2 of 2)
Creates the mapi property from long.
public static MapiProperty CreateMapiPropertyFromLong(long tag, long data, long delimiter)
Parameter | Type | Description |
---|---|---|
tag | Int64 | The tag. |
data | Int64 | The data. |
delimiter | Int64 | The delimiter. |
See Also
- class MapiProperty
- namespace Aspose.Email.Mapi
- assembly Aspose.Email