public Nullable<string> Recipient { get; set; }
Public Property Recipient As Nullable(Of String) Get Set
public: property Nullable<String^> Recipient { Nullable<String^> get (); void set (Nullable<String^> value); }