Class: Mapi::Pst::Recipient
Constant Summary
Constants inherited from Recipient
Instance Attribute Summary
Attributes inherited from Item
Instance Method Summary collapse
-
#initialize(list) ⇒ Recipient
constructor
A new instance of Recipient.
Methods inherited from Recipient
#email, #inspect, #name, #to_s, #type
Constructor Details
#initialize(list) ⇒ Recipient
Returns a new instance of Recipient.
1518 1519 1520 |
# File 'lib/mapi/pst.rb', line 1518 def initialize list super Pst.make_property_set(list) end |