SecureBlackbox 2020 iOS Edition

Questions / Feedback?

msgReturnPath (property)

The value of the Return-Path header property.

Syntax

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

Default Value

""

Remarks

The value of the Return-Path header field.

This field contains the address to which this message shall be returned in case of unsuccessful delivery.

This property is read-only.

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