MailAccount.GetAccountProfileNames Method

Definition

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[]

Applies to