SecureBlackbox 2020 iOS Edition

Questions / Feedback?

domain (property)

The sender host's domain name for HELO/EHLO.

Syntax

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

Default Value

""

Remarks

Use this property before calling the Connect method to provie the domain name of the sender's host.

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