TestimoX

API Reference

Class

ExchangeAddressHelper

Namespace ADPlayground.Exchange
Assembly ADPlayground
Modifiers static

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: String

Normalizes proxy addresses to a single string.

Parameters

addresses System.Collections.Generic.IEnumerable{System.String} requiredposition: 0
Proxy address values.
removePrefix System.Boolean = true optionalposition: 1
Remove SMTP/SMTP: prefixes.
removeDuplicates System.Boolean = true optionalposition: 2
Remove duplicate addresses (case-insensitive).
separator System.String = ", " optionalposition: 3
Separator used when joining values.

Returns

Normalized proxy addresses string.