SecureBlackbox 2020 C++ Edition

Questions / Feedback?

AttachEncoding Property

The encoding to be applied to the attachments.

Syntax

ANSI (Cross Platform)
int GetAttachEncoding();
int SetAttachEncoding(int iAttachEncoding); Unicode (Windows) INT GetAttachEncoding();
INT SetAttachEncoding(INT iAttachEncoding);

Possible Values

ME_AUTO(0), 
ME_8BIT(1),
ME_BASE_64(2),
ME_QUOTED_PRINTABLE(3)
@property (nonatomic,readwrite,assign,getter=attachEncoding,setter=setAttachEncoding:) int attachEncoding;
- (int)attachEncoding;
- (void)setAttachEncoding:(int)newAttachEncoding;

Possible Values

ME_AUTO(0), 
ME_8BIT(1),
ME_BASE_64(2),
ME_QUOTED_PRINTABLE(3)
#define PID_MAILWRITER_ATTACHENCODING 1

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_MailWriter_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_MailWriter_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

0

Remarks

Use this property to specify the encoding method for the attached files.

meAuto0
me8bit1
meBase642
meQuotedPrintable3

Data Type

Integer

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