Method WithBccAddresses
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
WithBccAddresses(IEnumerable<string>)
Sets all "BCC" addresses.
IDmsSchedulerEmailActionBuilder WithBccAddresses(IEnumerable<string> addresses)
Parameters
addressesIEnumerable<string>The collection of email addresses.
Returns
- IDmsSchedulerEmailActionBuilder
The builder instance for method chaining.
Exceptions
- ArgumentNullException
addressesis null.