Hi,
Is there possible to orchestrator assets value are used in SMTP and IMAP activity property username and password ?
Thanks.
Hi,
Is there possible to orchestrator assets value are used in SMTP and IMAP activity property username and password ?
Thanks.
@sams, While storing them in orchestrator, it should be of type Credential. And getting back, we can use Get Credential to get the userName and password.
Regards,
Dom
Thanks @Dominic,
I think Orchestrator “Get Credentials” activity variable type is “System.Security.SecurityString”, and IMAP activity property(username and password) should get “String” type.
What is the solution for same?
Thank you @Dominic for your suggestion.