IPWorks S/MIME 2020 iOS Edition

Questions / Feedback?

replyTo (property)

A mail address to which to reply (optional).

Syntax

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

Default Value

""

Remarks

If this property contains a non-empty string, a Reply-To SMTP header is created for the message. This header shows the address to use for replies (useful if this address is different from the one in From).

If the resulting header is longer than MaxHeaderLength, then it is folded according to RFC 822 specifications.

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