Archived Forum Post

Index of archived forum posts

Question:

in the release of v9.5.0.48, CkMailMan has no put_ClientIpAddress method

Mar 09 '15 at 11:44

I found out that in the release of v9.5.0.48, CkMailMan has no put_ClientIpAddress method. How to bind IP Address when sending email?


Answer

Thanks. That will be fixed.

Here are new builds: 64-bit Download: http://www.chilkatsoft.com/download/preRelease/chilkat-9.5.0-x86_64-vc9-sp1.zip
32-bit Download: http://www.chilkatsoft.com/download/preRelease/chilkat-9.5.0-x86-vc9-sp1.zip

Unfortunately the official downloads won't change until the next version update. I'll make a note in the online reference docs...


Answer

Somehow the property got marked read-only. What operating system, architecture, and/or VC++ version do you use?


Answer

I found out the online document of CkMailMan is also missing put_ClientIpAddress too.

Only two properties left:

void get_ClientIpAddress(CkString &str); const char *clientIpAddress(void);