microsoft.exchange.webservices.data.property.complex
Interface IOwnedProperty

All Known Implementing Classes:
AttachmentCollection

public interface IOwnedProperty

Complex property that implement that interface are owned by an instance of EwsObject. For this reason, they also cannot be shared.


Method Summary
 ServiceObject getOwner()
          Gets the owner.
 void setOwner(ServiceObject obj)
          Sets the owner.
 

Method Detail

getOwner

ServiceObject getOwner()
Gets the owner.

Returns:
The owner.

setOwner

void setOwner(ServiceObject obj)
Sets the owner.

Parameters:
obj - The owner.


Copyright © 2012–2015 Microsoft. All rights reserved.