Convert SecureString to String - Get Secured Credential

use assign activity:

on the left put your string variable

on the right put this. OutlookPassword is a secure string variable.
new System.Net.NetworkCredential(string.Empty, OutlookPassword).Password

17 Likes