SecureBlackbox 2020 iOS Edition

Questions / Feedback?

msgDate (property)

The date and time when the message entered the mail delivery system.

Syntax

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

Default Value

""

Remarks

The date and time when the message entered the mail delivery system.

This field contains the date and time at which the creator of the message posted the message to the mail delivery system.

The date is returned and accepted in UTC time zone.

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