Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NSMailboxEntity
String GetAddress()
NSMailboxEntity thing; String address = thing.GetAddress();
Integer GetMailInFilterId()
NSMailboxEntity thing; Integer mailInFilterId = thing.GetMailInFilterId();
String GetPassword()
NSMailboxEntity thing; String password = thing.GetPassword();
Integer GetPort()
NSMailboxEntity thing; Integer port = thing.GetPort();
String GetServer()
NSMailboxEntity thing; String server = thing.GetServer();
Integer GetServerType()
NSMailboxEntity thing; Integer serverType = thing.GetServerType();
String GetUsername()
NSMailboxEntity thing; String username = thing.GetUsername();
Void SetAddress(String address)
NSMailboxEntity thing; String address; thing.SetAddress(address);
Void SetMailInFilterId(Integer mailInFilterId)
NSMailboxEntity thing; Integer mailInFilterId; thing.SetMailInFilterId(mailInFilterId);
Void SetPassword(String password)
NSMailboxEntity thing; String password; thing.SetPassword(password);
Void SetPort(Integer port)
NSMailboxEntity thing; Integer port; thing.SetPort(port);
Void SetServer(String server)
NSMailboxEntity thing; String server; thing.SetServer(server);
Void SetServerType(Integer serverType)
NSMailboxEntity thing; Integer serverType; thing.SetServerType(serverType);
Void SetUsername(String username)
NSMailboxEntity thing; String username; thing.SetUsername(username);
Was this page helpful?