MailServer Property

Mail server with lowest precedence value (lowest cost to reach).

Syntax

ANSI (Cross Platform)
char* GetMailServer();

Unicode (Windows)
LPWSTR GetMailServer();
@property (nonatomic,readonly,assign,getter=mailServer) NSString* mailServer;
- (NSString*)mailServer;
#define PID_MX_MAILSERVER 5

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_MX_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property contains the mail server with lowest precedence value (lowest cost to reach). After all events are fired this property holds the name of the best mail server for the supplied email address, and the Status property holds the completion status.

This property is read-only.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Edition - Version 20.0 [Build 8307]