ReferenceAttachment.withOwner constructor

ReferenceAttachment.withOwner(
  1. Item owner
)
Initializes a new instance of the The owner.

Implementation

ReferenceAttachment.withOwner(Item owner) : super.withOwner(owner) {
  EwsUtilities.ValidateClassVersion(this.Owner!.Service,
      ExchangeVersion.Exchange2015, this.runtimeType.toString());
}