IPWorks S/MIME 2020 iOS Edition

Questions / Feedback?

messageId (property)

The Message Identifier for the message.

Syntax

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

Default Value

"*"

Remarks

This property contains the Message Identifier for the message. When set, the value of MessageId is used as the Message-ID header value of the message. A special value of "*" will automatically generate a random unique identifier for the message.

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