command (property)

Can be used to send additional commands directly to the server.

Syntax

@property (nonatomic,readwrite,assign,getter=command,setter=setCommand:) NSString* command;
- (NSString*)command;
- (void)setCommand:(NSString*)newCommand;
public var command: String {
  get {...}
set {...} }

Default Value

""

Remarks

Setting this property directs the class to send the assigned command to the MailServer.

Check the LastReply property and/or trap the PITrail events coming from the server to get the response(s).

This property is write-only.

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 iOS Edition - Version 20.0 [Build 7718]