Uses of Interface
microsoft.exchange.webservices.data.core.service.ICreateServiceObjectWithAttachmentParam
-
Packages that use ICreateServiceObjectWithAttachmentParam Package Description microsoft.exchange.webservices.data.core.service -
-
Uses of ICreateServiceObjectWithAttachmentParam in microsoft.exchange.webservices.data.core.service
Methods in microsoft.exchange.webservices.data.core.service that return types with arguments of type ICreateServiceObjectWithAttachmentParam Modifier and Type Method Description Map<Class<?>,ICreateServiceObjectWithAttachmentParam>ServiceObjectInfo. getServiceObjectConstructorsWithAttachmentParam()Return Dictionary that maps from ServiceObject Type to CreateServiceObjectWithAttachmentParam delegate with ItemAttachment parameter.Methods in microsoft.exchange.webservices.data.core.service with parameters of type ICreateServiceObjectWithAttachmentParam Modifier and Type Method Description protected voidServiceObjectInfo. addOnChangeEvent(ICreateServiceObjectWithAttachmentParam change)Set event to happen when property changed.protected voidServiceObjectInfo. removeChangeEvent(ICreateServiceObjectWithAttachmentParam change)Remove the event from happening when property changed.
-