MapiContactPhotoImageFormat Enumeration |
Enumerates MapiContact photo image format.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public enum MapiContactPhotoImageFormat
Public Enumeration MapiContactPhotoImageFormat
public enum class MapiContactPhotoImageFormat
type MapiContactPhotoImageFormat
Members
| Member name | Value | Description |
---|
| Undefined | -1 |
Undefined format.
|
| Jpeg | 0 |
Jpeg format
|
| Gif | 1 |
Graphics interchange format.
|
| Wmf | 2 |
MS windows metafile.
|
| Bmp | 3 |
MS windows bitmap.
|
| Tiff | 4 |
Tagged image file format.
|
See Also