IPWorks OpenPGP 2020 iOS Edition

Questions / Feedback?

from (property)

The email address of the sender (required).

Syntax

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

Default Value

""

Remarks

This property is used to create a From SMTP header. This header identifies the sender of the message. A valid email address is required. Examples of valid addresses are: "Friendly Name" <address@company.com> or address@company.com

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 OpenPGP 2020 iOS Edition - Version 20.0 [Build 8249]