|  | MailMessageRcptToXml Property  | 
 
            The recipient users used for query
            
 
    Namespace: 
   SanteDB.Core.Mail
    Assembly:
   SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
 Syntax
Syntaxpublic List<Guid> RcptToXml { get; set; }Public Property RcptToXml As List(Of Guid)
	Get
	Set
public:
property List<Guid>^ RcptToXml {
	List<Guid>^ get ();
	void set (List<Guid>^ value);
}member RcptToXml : List<Guid> with get, set
Property Value
Type: 
ListGuid See Also
See Also