SecureBlackbox 2020 C++ Edition

Questions / Feedback?

Charset Property

The charset to apply to Message .

Syntax

ANSI (Cross Platform)
char* GetCharset();
int SetCharset(const char* lpszCharset); Unicode (Windows) LPWSTR GetCharset();
INT SetCharset(LPCWSTR lpszCharset);
@property (nonatomic,readwrite,assign,getter=charset,setter=setCharset:) NSString* charset;
- (NSString*)charset;
- (void)setCharset:(NSString*)newCharset;
#define PID_MAILWRITER_CHARSET 21

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

"utf-8"

Remarks

Use this property to specify the character set to use in the message.

Data Type

String

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