MapiProperty.CreateMapiPropertyFromLong
CreateMapiPropertyFromLong(long, long)
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
CreateMapiPropertyFromLong(long, long, long)
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