IPWorks OpenPGP 2020 iOS Edition

Questions / Feedback?

messageText (property)

The body of the retrieved message.

Syntax

@property (nonatomic,readwrite,assign,getter=messageText,setter=setMessageText:) NSString* messageText;
- (NSString*)messageText;
- (void)setMessageText:(NSString*)newMessageText;
public var messageText: String {
  get {...}
set {...} }

Default Value

""

Remarks

The class fills out this property with the contents of the message body (in RFC822 format) when a call to FetchMessageText completes successfully.

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