| DbMailMessageRecipient Property |
The intended recipient of this message
Namespace:
SanteDB.DisconnectedClient.SQLite.Mail
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public byte[] Recipient { get; set; }
Public Property Recipient As Byte()
Get
Set
public:
property array<unsigned char>^ Recipient {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Recipient : byte[] with get, set
Property Value
Type:
ByteSee Also