Show / Hide Table of Contents

Class ContactConfig

Inheritance
object
ContactConfig
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Contact
Assembly: Volo.CmsKit.Pro.Domain.Shared.dll
Syntax
public class ContactConfig

Constructors

ContactConfig(string)

Declaration
public ContactConfig(string receiverEmailAddress)
Parameters
Type Name Description
string receiverEmailAddress

Properties

ReceiverEmailAddress

Declaration
public string ReceiverEmailAddress { get; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft