Skip to content

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;
end

Members

Properties

Public properties

TypeNameMethods
stringAddress
Gets or sets the address
get, set
stringName
Gets or sets the name
get, set
stringNameOrAddress
Gets 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