IPWorks S/MIME 2020 iOS Edition

Questions / Feedback?

messageEncrypted (property)

Whether or not the current message is encrypted.

Syntax

@property (nonatomic,readonly,assign,getter=messageEncrypted) BOOL messageEncrypted;
- (BOOL)messageEncrypted;
public var messageEncrypted: Bool {
  get {...}
}

Default Value

FALSE

Remarks

This property indicates whether or not the current message is encrypted. This property will return true if the current message appears to be encrypted, according to the value of MessageHeaders.

This property is read-only.

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