Cc Property

A comma separated list of addresses for carbon copies (optional).

Syntax

ANSI (Cross Platform)
char* GetCc();
int SetCc(const char* lpszCc); Unicode (Windows) LPWSTR GetCc();
INT SetCc(LPCWSTR lpszCc);
@property (nonatomic,readwrite,assign,getter=cc,setter=setCc:) NSString* cc;
- (NSString*)cc;
- (void)setCc:(NSString*)newCc;
#define PID_HTMLMAILER_CC 6

IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_HTMLMailer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSEDI_EXTERNAL int IPWORKSEDI_CALL IPWorksEDI_HTMLMailer_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property specifies a comma separated list of destinations for carbon copies of the mail message. A copy of the message is sent to each destination, and a Cc SMTP header is created containing the destination addresses. This header is sent to every recipient of the message. If you don't want to copy this information to every recipient, then use blind carbon copies instead (see the description of the BCc).

The class will return an error if the MailServer returns an error code about any email address specified in SendTo or Cc but it will only fire an Error event if the same happens with an email address specified in BCc.

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

NOTE: You must clear the MessageRecipients properties before setting this property to remove previous recipients.

Data Type

String

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