API Reference
Class
ExchangeAddressHelper
Helpers for Exchange proxy address normalization.
Inheritance
- Object
- ExchangeAddressHelper
Methods
public static String NormalizeProxyAddresses(IEnumerable<String> addresses, Boolean removePrefix = true, Boolean removeDuplicates = true, String separator = ", ") #Returns:
StringNormalizes proxy addresses to a single string.
Parameters
- addresses System.Collections.Generic.IEnumerable{System.String}
- Proxy address values.
- removePrefix System.Boolean = true
- Remove SMTP/SMTP: prefixes.
- removeDuplicates System.Boolean = true
- Remove duplicate addresses (case-insensitive).
- separator System.String = ", "
- Separator used when joining values.
Returns
Normalized proxy addresses string.