FindFolderResponse constructor
FindFolderResponse(
- PropertySet propertySet
Implementation
FindFolderResponse(PropertySet propertySet) : super() {
this._propertySet = propertySet;
EwsUtilities.Assert(this._propertySet != null, "FindFolderResponse.ctor",
"PropertySet should not be null");
}