It looks like you're new here. Sign in or register to get started.
kine wrote: I think there is only SSL support in hotfixes for NAV 2009. Or you mean some "hand made" extensions?
public string Send(string server, int serverPort, bool authentication, string userName, string password, bool enableSsl);
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
This is if the user is using Office 365. You can identify the ports in the hotfix, but not the encryption method.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
The signature of the Send function is this (dll have version 7.3.0.1):
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book