Represents a list of all the DKIM attributes for the specified identity.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class GetIdentityDkimAttributesResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | GetIdentityDkimAttributesResult()()()() | Initializes a new instance of the GetIdentityDkimAttributesResult class | 
|  | DkimAttributes | 
            Gets and sets the property DkimAttributes. 
             The DKIM attributes for an email address or a domain. | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDkimAttributes(array<KeyValuePair<(Of <<'(String, IdentityDkimAttributes>)>>)>[]()[][]) | Obsolete. 
            Adds the KeyValuePairs to the DkimAttributes dictionary.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | GetIdentityDkimAttributesResult |