IPWorks OpenPGP 2020 C++ Edition

Questions / Feedback?

AutoDecodeParts Property

Determines whether to automatically decode message parts.

Syntax

ANSI (Cross Platform)
int GetAutoDecodeParts();
int SetAutoDecodeParts(int bAutoDecodeParts); Unicode (Windows) BOOL GetAutoDecodeParts();
INT SetAutoDecodeParts(BOOL bAutoDecodeParts);
@property (nonatomic,readwrite,assign,getter=autoDecodeParts,setter=setAutoDecodeParts:) BOOL autoDecodeParts;
- (BOOL)autoDecodeParts;
- (void)setAutoDecodeParts:(BOOL)newAutoDecodeParts;
#define PID_PIMAP_AUTODECODEPARTS 2

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

Default Value

FALSE

Remarks

This property determines whether or not to automatically decode message parts. Message parts, especially binary message parts, are normally sent by the server encoded (Base64 or other format). If this setting is True, the parts are automatically decoded while being received.

Data Type

Boolean

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