EmailClient.UseMultiConnection

EmailClient.UseMultiConnection property

Gets or sets value which indicates if client has to use multiple connections for heavy loaded operations. Please note, using of this mode not necessary has to lead to performance increasing.

public virtual MultiConnectionMode UseMultiConnection { get; set; }

See Also