IPWorks OpenPGP 2020 iOS Edition

Questions / Feedback?

autoDecodeParts (property)

Determines whether to automatically decode message parts.

Syntax

@property (nonatomic,readwrite,assign,getter=autoDecodeParts,setter=setAutoDecodeParts:) BOOL autoDecodeParts;
- (BOOL)autoDecodeParts;
- (void)setAutoDecodeParts:(BOOL)newAutoDecodeParts;
public var autoDecodeParts: Bool {
  get {...}
set {...} }

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.

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