Struct MessageAddressBuilder.Addressee
Holds data about an addressee: {Name, Channel, Address (per channel)}, example {"Frank Borland", "UrgentSMTP", "frankb@xyz.com"}
Inherited Members
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.ValueType.ToString()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: NFX.Web.Messaging
Assembly: NFX.Web.dll
Syntax
public struct Addressee
  Constructors
Addressee(String, String, String)
Declaration
public Addressee(string name, string channelName, string channelAddress)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | |
| System.String | channelName | |
| System.String | channelAddress | 
Fields
ChannelAddress
Declaration
public readonly string ChannelAddress
  Field Value
| Type | Description | 
|---|---|
| System.String | 
ChannelName
Declaration
public readonly string ChannelName
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Name
Declaration
public readonly string Name
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Properties
Assigned
Declaration
public bool Assigned { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |