Method RemoveBccAddress
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
RemoveBccAddress(string)
Removes a "BCC" address.
IDmsSchedulerEmailActionBuilder RemoveBccAddress(string address)
Parameters
addressstringThe email address to remove.
Returns
- IDmsSchedulerEmailActionBuilder
The builder instance for method chaining.
Exceptions
- ArgumentException
addressis null, empty or whitespace.