IPWorks S/MIME 2020 iOS Edition

Questions / Feedback?

subject (property)

The subject of the mail message (optional).

Syntax

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

Default Value

""

Remarks

The string in this property is sent with a Subject SMTP header to the mail recipient.

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]