MessageContentEncoding Property

The ContentEncoding of the selected message.

Syntax

char* GetMessageContentEncoding();
LPWSTR GetMessageContentEncoding();
@property (nonatomic,readonly,assign,getter=messageContentEncoding) NSString* messageContentEncoding;
- (NSString*)messageContentEncoding;
public var messageContentEncoding: String {
  get {...}
}

Default Value

""

Remarks

The property is automatically set by the class when message information is retrieved via the FetchMessageInfo method.

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

Data Type

String

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 C++ Edition - Version 20.0 [Build 7718]