FolderIdWrapper constructor
FolderIdWrapper(
- FolderId? folderId
Implementation
FolderIdWrapper(FolderId? folderId) {
EwsUtilities.Assert(
folderId != null, "FolderIdWrapper.ctor", "folderId is null");
this._folderId = folderId;
}