ModelEmailObject ClassDRA REST Extensions SDK
Represents a base email-enabled DRA managed object and exposes properties and methods that are common to all managed object types having email-related properties (Contacts, Groups, and Users)
Inheritance Hierarchy

OnlineSystem Object
  NetIQ.DRA.Common.Rest.DataModels BaseObject
    NetIQ.DRA.Common.Rest.DataModels ModelObject
      NetIQ.DRA.Common.Rest.DataModels ModelEmailObject
        NetIQ.DRA.Common.Rest.DataModels Contact
        NetIQ.DRA.Common.Rest.DataModels DynamicDistributionGroup
        NetIQ.DRA.Common.Rest.DataModels Group
        NetIQ.DRA.Common.Rest.DataModels Mailbox
        NetIQ.DRA.Common.Rest.DataModels User

Namespace: NetIQ.DRA.Common.Rest.DataModels
Assembly: NetIQ.DRA.Common.Rest.Api (in NetIQ.DRA.Common.Rest.Api.dll) Version: 0.0.0.0
Syntax

[DataContractAttribute]
public abstract class ModelEmailObject : ModelObject
See Also