Represents the destination of the message, consisting of To:, CC:, and BCC: fields.
            
                    
            
                        By default, the string must be 7-bit ASCII. If the text must contain any
            other characters,             then you must use MIME encoded-word syntax (RFC 2047)
            instead of a literal string.             MIME encoded-word syntax uses the following
            form:  CopyC#.             For more information,
            see RFC 2047.
CopyC#.             For more information,
            see RFC 2047.        
            =?charset?encoding?encoded-text?=
 Declaration Syntax
 Declaration Syntax| C# | 
public class Destination
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | Destination()()()() | Initializes a new instance of the Destination class | 
|  | BccAddresses | 
            Gets and sets the property BccAddresses. 
             The BCC: field(s) of the message. | 
|  | CcAddresses | 
            Gets and sets the property CcAddresses. 
             The CC: field(s) of the message. | 
|  | 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.) | 
|  | ToAddresses | 
            Gets and sets the property ToAddresses. 
             The To: field(s) of the message. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithBccAddresses(array<String>[]()[][]) | Obsolete. 
            Sets the BccAddresses property
             | 
|  | WithBccAddresses(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the BccAddresses property
             | 
|  | WithCcAddresses(array<String>[]()[][]) | Obsolete. 
            Sets the CcAddresses property
             | 
|  | WithCcAddresses(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the CcAddresses property
             | 
|  | WithToAddresses(array<String>[]()[][]) | Obsolete. 
            Sets the ToAddresses property
             | 
|  | WithToAddresses(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the ToAddresses property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Destination |