FindFolderResponse constructor

FindFolderResponse(
  1. PropertySet propertySet
)
Initializes a new instance of the The property set from, the request.

Implementation

FindFolderResponse(PropertySet propertySet) : super() {
  this._propertySet = propertySet;

  EwsUtilities.Assert(this._propertySet != null, "FindFolderResponse.ctor",
      "PropertySet should not be null");
}