コード例 #1
0
    /// <summary>
    /// Executes this request.
    /// </summary>
    /// <returns>Service response.</returns>
    GetPeopleInsightsResponse Execute()
    {
        GetPeopleInsightsResponse serviceResponse = (GetPeopleInsightsResponse)this.InternalExecute();

        serviceResponse.ThrowIfNecessary();
        return(serviceResponse);
    }
コード例 #2
0
    object ParseResponse(EwsServiceXmlReader reader)
    {
        GetPeopleInsightsResponse response = new GetPeopleInsightsResponse();

        response.LoadFromXml(reader, XmlElementNames.GetPeopleInsightsResponse);
        return(response);
    }