ArticleReferences Property

Articles to which the posted article follows up.

Syntax

ANSI (Cross Platform)
char* GetArticleReferences();
int SetArticleReferences(const char* lpszArticleReferences); Unicode (Windows) LPWSTR GetArticleReferences();
INT SetArticleReferences(LPCWSTR lpszArticleReferences);
@property (nonatomic,readwrite,assign,getter=articleReferences,setter=setArticleReferences:) NSString* articleReferences;
- (NSString*)articleReferences;
- (void)setArticleReferences:(NSString*)newArticleReferences;
#define PID_NNTP_ARTICLEREFERENCES 16

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_NNTP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_NNTP_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property contains articles to which the posted article follows up. If this property contains a non-empty string, a References article header is created for the article. This header shows the article identifiers for the posted article to which it refers.

The references must be separated by space characters.

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

This property is not available at design time.

Data Type

String

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