messageContentEncoding (property)

The ContentEncoding of the selected message.

Syntax

@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.

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