Uses of Interface
microsoft.exchange.webservices.data.property.complex.IServiceObjectChangedDelegate
-
Packages that use IServiceObjectChangedDelegate Package Description microsoft.exchange.webservices.data.core.service microsoft.exchange.webservices.data.property.complex -
-
Uses of IServiceObjectChangedDelegate in microsoft.exchange.webservices.data.core.service
Methods in microsoft.exchange.webservices.data.core.service with parameters of type IServiceObjectChangedDelegate Modifier and Type Method Description voidServiceObject. addServiceObjectChangedEvent(IServiceObjectChangedDelegate change)Adds the service object changed event.voidServiceObject. removeServiceObjectChangedEvent(IServiceObjectChangedDelegate change)Removes the service object changed event. -
Uses of IServiceObjectChangedDelegate in microsoft.exchange.webservices.data.property.complex
Classes in microsoft.exchange.webservices.data.property.complex that implement IServiceObjectChangedDelegate Modifier and Type Class Description classGenericItemAttachment<TItem extends Item>Represents a strongly typed item attachment.classItemAttachmentRepresents an item attachment.
-