returnPath (property)

Sets the Return-Path to be used for sending email.

Syntax

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

Default Value

""

Remarks

Setting this property sets the Return-Path to be used for sending email. If this is not set, the value in the From property is used.

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