Class: Mapi::Pst::Attachment

Inherits:
Attachment show all
Defined in:
lib/mapi/pst.rb

Instance Attribute Summary

Attributes inherited from Item

#properties

Instance Method Summary collapse

Methods inherited from Attachment

#data, #filename, #inspect, #save, #to_mime, #to_tmail

Constructor Details

#initialize(list) ⇒ Attachment

Returns a new instance of Attachment.



1510
1511
1512
1513
1514
# File 'lib/mapi/pst.rb', line 1510

def initialize list
	super Pst.make_property_set(list)

	@embedded_msg = props.attach_data if Item === props.attach_data
end