POssibility to trigger Notification Profile from inside an Custom Action or at least access Mail Server data

Hi,

I would like to create an ActionDefinition which collects data and then sends this data via E-Mail using a Notification Profile. Is this possible at all?

If it is still not possible to access Notification Profiles from MIP SDK, is it at least possible to access the Mail Server information from the Options dialog?

Thx!

Neither notification profiles nor mail server settings are exposed through the APIs, unfortunately.

NOTE - Generally, settings from the Tools->Options dialog in Management Client are exposed through the “System options” when you use ConfigAPI Client sample - https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/configapiclient/readme.html&tree=tree_2.html

So if it cannot be found there it is unlikely to be available.

Ok, thank you for clarification.