ArticleFrom Property

The email address of the author (for posting articles).

Syntax

ANSI (Cross Platform)
char* GetArticleFrom();
int SetArticleFrom(const char* lpszArticleFrom); Unicode (Windows) LPWSTR GetArticleFrom();
INT SetArticleFrom(LPCWSTR lpszArticleFrom);
@property (nonatomic,readwrite,assign,getter=articleFrom,setter=setArticleFrom:) NSString* articleFrom;
- (NSString*)articleFrom;
- (void)setArticleFrom:(NSString*)newArticleFrom;
#define PID_NNTP_ARTICLEFROM 3

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 email address of the author (for posting articles). The string in this property is posted with a From article header to the news server.

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]