IPWorks S/MIME 2020 iOS Edition

Questions / Feedback?

articleSubject (property)

The article subject (for posted articles).

Syntax

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

Default Value

""

Remarks

The string in this property is posted with a Subject article header to the news server.

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

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