Item.withAttachment constructor
Item.withAttachment(
- ItemAttachment parentAttachment
Implementation
Item.withAttachment(ItemAttachment parentAttachment)
: super(parentAttachment.Service) {
EwsUtilities.Assert(
parentAttachment != null, "Item.ctor", "parentAttachment is null");
this._parentAttachment = parentAttachment;
}