IPWorks S/MIME 2020 C++ Edition

Questions / Feedback?

ReturnPath Property

Sets the Return-Path to be used for sending email.

Syntax

ANSI (Cross Platform)
char* GetReturnPath();
int SetReturnPath(const char* lpszReturnPath); Unicode (Windows) LPWSTR GetReturnPath();
INT SetReturnPath(LPCWSTR lpszReturnPath);
@property (nonatomic,readwrite,assign,getter=returnPath,setter=setReturnPath:) NSString* returnPath;
- (NSString*)returnPath;
- (void)setReturnPath:(NSString*)newReturnPath;
#define PID_SSMTP_RETURNPATH 47

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

Default Value

""

Remarks

Setting this property sets the Return-Path to be used for sending email. If this is not set, the value in the From property is used.

Data Type

String

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