IPWorks S/MIME 2020 iOS Edition

Questions / Feedback?

currentArticle (property)

The number or message identifier of the current article.

Syntax

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

Default Value

""

Remarks

This property specifies either a message identifier or an article number uniquely identifying a particular article. It is then used as an argument to methods such as FetchArticle.

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