IPWorks S/MIME 2020 C++ Edition

Questions / Feedback?

Command Property

Used to send additional commands directly to the server.

Syntax

ANSI (Cross Platform)
int SetCommand(const char* lpszCommand);

Unicode (Windows)
INT SetCommand(LPCWSTR lpszCommand);
@property (nonatomic,readwrite,assign,getter=command,setter=setCommand:) NSString* command;
- (NSString*)command;
- (void)setCommand:(NSString*)newCommand;
#define PID_SFILEMAILER_COMMAND 12


IPWORKSSMIME_EXTERNAL int IPWORKSSMIME_CALL IPWorksSMIME_SFileMailer_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property can be used to send additional commands directly to the server. Check the LastReply property and/or trap the PITrail events coming from the server to get the response.

This property is write-only and 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]