Definition
- Namespace:
- Tizen.Messaging.Email
- Assembly:
- Tizen.Messaging.dll
This class contains the Messaging API to support sending email messages.
public class EmailMessage : IDisposable
- Inheritance
-
- Implements
-
System.IDisposable
Constructors
Declaration
Properties
Declaration
public IList<EmailAttachment> Attachments { get; }
Property Value
View Source
Bcc
The collection of BCC (blind carbon copy) email recipients.
Declaration
public ICollection<EmailRecipient> Bcc { get; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<T><EmailRecipient> |
|
Declaration
public string Body { get; set; }
Property Value
View Source
Cc
The collection of CC (carbon copy) email recipients.
Declaration
public ICollection<EmailRecipient> Cc { get; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<T><EmailRecipient> |
|
Declaration
public string Subject { get; set; }
Property Value
View Source
To
The collection of normal email recipients.
Declaration
public ICollection<EmailRecipient> To { get; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<T><EmailRecipient> |
|
Methods
View Source
Dispose()
Releases all resources used by the EmailMessage.
Declaration
View Source
Dispose(bool)
Releases all resources used by the EmailMessage.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
Disposing by User
|
Implements
System.IDisposable