IPWorks S/MIME 2020 C++ Edition

Questions / Feedback?

ArticleId Property

The message identifier of the current article.

Syntax

ANSI (Cross Platform)
char* GetArticleId();

Unicode (Windows)
LPWSTR GetArticleId();
@property (nonatomic,readonly,assign,getter=articleId) NSString* articleId;
- (NSString*)articleId;
#define PID_SNNTP_ARTICLEID 5

IPWORKSSMIME_EXTERNAL void* IPWORKSSMIME_CALL IPWorksSMIME_SNNTP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property contains the message identifier of the current article. If the class is not connected or the CurrentArticle is empty, the value of this property is an empty string. Otherwise, it contains the message identifier of the article as reported by the server. The NewsServer is asked about the headers of the article only if the CurrentArticle property has changed. If the CurrentArticle has not changed, the class returns a cached value.

This property is read-only.

Data Type

String

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