Property AllowedRecipients
AllowedRecipients
Gets or sets allowed recipient addresses or domains (prefix with @). Null allows all recipients.
public HashSet<string> AllowedRecipients { get; set; }
Gets or sets allowed recipient addresses or domains (prefix with @). Null allows all recipients.
public HashSet<string> AllowedRecipients { get; set; }