Organization Property
The organization of the author (for posting articles).
Syntax
char* GetOrganization();
int SetOrganization(char* lpszOrganization);
Default Value
""
Remarks
This property contains the organization of the article's author. If this property contains a non-empty string, an Organization article header is created for the article. This header shows the organization of the author and is used for information purposes only.
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