AutodiscoverService.GetScpUrlsForDomainCallback Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.