SecureBlackbox 2020 iOS Edition

Questions / Feedback?

msgID (property)

The contents of the Message-ID header property.

Syntax

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

Default Value

""

Remarks

The contents of the Message-ID header field.

This field contains a unique identifier that refers to a particular version of this message.

This property is read-only.

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