SecureBlackbox 2020 iOS Edition

Questions / Feedback?

connect (method)

Establishes a connection to the SMTP server.

Syntax

- (void)connect:(NSString*)address :(int)port;
public func connect(_ address: String, _ port: Int32) throws -> Void

Remarks

Use this method to establish a connection to the SMTP server at Address and Port.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]