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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceObjectgetOwner()Gets the owner.voidsetOwner(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.
-
-