MailAccount.GetAccountProfileNames Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to check whether this account is currently being used by any profiles or not, and in case of being used, it returns a list of profiles which are using it Never return NULL. Return empty (zero element) array if no profiles exist
public string[] GetAccountProfileNames ();
member this.GetAccountProfileNames : unit -> string[]
Public Function GetAccountProfileNames () As String()
Returns
String[]