EncryptedDataDetailMIMEType Property
This property specifies the MIME type of the encrypted data.
Syntax
char* GetEncryptedDataDetailMIMEType(int iEncryptedDataDetailIndex);
int SetEncryptedDataDetailMIMEType(int iEncryptedDataDetailIndex, char* lpszEncryptedDataDetailMIMEType);
Default Value
""
Remarks
This property specifies the MIME type of the encrypted data. For example: "image/png". This property is optional.
The size of the array is controlled by the EncryptedDataDetailCount property.
This property is not available at design time.
Data Type
String