ArticleReplyTo Property

The address to reply to (for posting articles).

Syntax

ANSI (Cross Platform)
char* GetArticleReplyTo();
int SetArticleReplyTo(const char* lpszArticleReplyTo); Unicode (Windows) LPWSTR GetArticleReplyTo();
INT SetArticleReplyTo(LPCWSTR lpszArticleReplyTo);
@property (nonatomic,readwrite,assign,getter=articleReplyTo,setter=setArticleReplyTo:) NSString* articleReplyTo;
- (NSString*)articleReplyTo;
- (void)setArticleReplyTo:(NSString*)newArticleReplyTo;
#define PID_NNTP_ARTICLEREPLYTO 17

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 the address to reply to (for posting articles). If this property contains a non-empty string, a Reply-To article header is created for the article. This header shows the address to use for replies (useful if this address is different from the one in ArticleFrom).

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]