Show / Hide Table of Contents

Class SEMail

Inheritance
System.Object
SEMail
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.SEMS.SecureExchanges
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class SEMail : INotifyPropertyChanged

Properties

Body

Declaration
public string Body { get; set; }
Property Value
Type Description
System.String

CultureID

Declaration
public string CultureID { get; set; }
Property Value
Type Description
System.String

Email

Declaration
public string Email { get; set; }
Property Value
Type Description
System.String

IsSEMSEncrypted

Declaration
public bool IsSEMSEncrypted { get; set; }
Property Value
Type Description
System.Boolean

Phone

Declaration
public string Phone { get; set; }
Property Value
Type Description
System.String

SendMode

Declaration
public SendMethodEnum SendMode { get; set; }
Property Value
Type Description
SendMethodEnum

Subject

Declaration
public string Subject { get; set; }
Property Value
Type Description
System.String

URL

Declaration
public string URL { get; set; }
Property Value
Type Description
System.String

Methods

RaisePropertyChanged(String)

Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
Type Name Description
System.String propertyName

Events

PropertyChanged

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type Description
System.ComponentModel.PropertyChangedEventHandler

Implements

System.ComponentModel.INotifyPropertyChanged

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX