AutodiscoverService.GetScpUrlsForDomainCallback Property

Definition

Gets or sets the delegate used to resolve Autodiscover Service Connection Point (SCP) URLs for a specified domain.The GetScpUrlsForDomainCallback property is applicable to clients that target versions of Exchange starting with Exchange Server 2013, including Exchange Online.

public:
 property Func<System::String ^, System::Collections::Generic::ICollection<System::String ^> ^> ^ GetScpUrlsForDomainCallback { Func<System::String ^, System::Collections::Generic::ICollection<System::String ^> ^> ^ get(); void set(Func<System::String ^, System::Collections::Generic::ICollection<System::String ^> ^> ^ value); };
public Func<string,System.Collections.Generic.ICollection<string>> GetScpUrlsForDomainCallback { get; set; }
Public Property GetScpUrlsForDomainCallback As Func(Of String, ICollection(Of String))

Property Value

The delegate used to resolve Autodiscover SCP URLs for a specified domain.

Applies to