SecureBlackbox 2020 iOS Edition

Questions / Feedback?

msgID (property)

The contents of the Message-ID header property.

Syntax

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

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.

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