MFGS Email Address
MFGSEmailAddress Public interface
Description
Represents the address and name of a message recipient
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph VGWWCoreIEx VGWWCoreIEx.IExMFGSEmailAddress[[IExMFGSEmailAddress]] class VGWWCoreIEx.IExMFGSEmailAddress interfaceStyle; endMembers
Properties
Public properties
| Type | Name | Methods |
|---|---|---|
string | AddressGets or sets the address | get, set |
string | NameGets or sets the name | get, set |
string | NameOrAddressGets the Address value if set, otherwise get the Name value | get |
Details
Summary
Represents the address and name of a message recipient
Properties
Address
public string Address { get; set; }Summary
Gets or sets the address
Name
public string Name { get; set; }Summary
Gets or sets the name
NameOrAddress
public string NameOrAddress { get; }Summary
Gets the Address value if set, otherwise get the Name value
Generated with ModularDoc