IPWorks S/MIME 2020 C++ Edition

Questions / Feedback?

Organization Property

The organization of the author (for posting articles).

Syntax

ANSI (Cross Platform)
char* GetOrganization();
int SetOrganization(const char* lpszOrganization); Unicode (Windows) LPWSTR GetOrganization();
INT SetOrganization(LPCWSTR lpszOrganization);
@property (nonatomic,readwrite,assign,getter=organization,setter=setOrganization:) NSString* organization;
- (NSString*)organization;
- (void)setOrganization:(NSString*)newOrganization;
#define PID_SNNTP_ORGANIZATION 54

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

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

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