IPWorks OpenPGP 2020 C++ Edition

Questions / Feedback?

MessageContentType Property

The ContentType of the message.

Syntax

ANSI (Cross Platform)
char* GetMessageContentType();

Unicode (Windows)
LPWSTR GetMessageContentType();
@property (nonatomic,readonly,assign,getter=messageContentType) NSString* messageContentType;
- (NSString*)messageContentType;
#define PID_PIMAP_MESSAGECONTENTTYPE 30

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

Default Value

""

Remarks

This property denotes the type of content contained in the message, such as plain, multipart, multipart/alternative etc. You may also need to check the MessageContentEncoding property or read the individual message parts.

This property is read-only and not available at design time.

Data Type

String

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