Interface IBatchEmailClient
Specialized email client for batch email operations. Inherits from IEmailClient<TRequest, TResponse> with batch-specific request and response types.
public interface IBatchEmailClient : IEmailClient<BatchEmailRequest, BatchEmailResponse>, IRestResource
- Inherited Members