IPWorks OpenPGP 2020 C++ Edition

Questions / Feedback?

ContentTypeAttr Property

The attributes for content-type header of the message which was encoded/decoded.

Syntax

ANSI (Cross Platform)
char* GetContentTypeAttr();
int SetContentTypeAttr(const char* lpszContentTypeAttr); Unicode (Windows) LPWSTR GetContentTypeAttr();
INT SetContentTypeAttr(LPCWSTR lpszContentTypeAttr);
@property (nonatomic,readwrite,assign,getter=contentTypeAttr,setter=setContentTypeAttr:) NSString* contentTypeAttr;
- (NSString*)contentTypeAttr;
- (void)setContentTypeAttr:(NSString*)newContentTypeAttr;
#define PID_MIME_CONTENTTYPEATTR 3

IPWORKSOPENPGP_EXTERNAL void* IPWORKSOPENPGP_CALL IPWorksOpenPGP_MIME_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSOPENPGP_EXTERNAL int IPWORKSOPENPGP_CALL IPWorksOpenPGP_MIME_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property contains content-type attributes such as "filename", "boundary", "charset", etc.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks OpenPGP 2020 C++ Edition - Version 20.0 [Build 8249]