Home | Trees | Indices | Help |
|
---|
|
object --+ | utils.Cached --+ | IVoicemail
Represents a voicemail.
Instance Methods | |||
|
|||
unicode, dict or None |
|
||
|
|||
|
|||
unicode, dict or None |
|
||
|
|||
unicode, dict or None |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Static Methods | |
Inherited from |
Class Variables | |
Inherited from |
Properties | |
int |
AllowedDuration Maximum voicemail duration in seconds allowed to leave to partner |
datetime.datetime |
Datetime Timestamp of this voicemail expressed using datetime. |
int |
Duration Actual voicemail duration in seconds. |
Voicemail failure reason |
FailureReason Voicemail failure reason. |
int |
Id Unique voicemail Id. |
unicode |
PartnerDisplayName DisplayName for voicemail sender (for incoming) or recipient (for outgoing). |
unicode |
PartnerHandle Skypename for voicemail sender (for incoming) or recipient (for outgoing). |
Voicemail status |
Status Voicemail status. |
float |
Timestamp Timestamp of this voicemail. |
Voicemail type |
Type Voicemail type. |
Inherited from |
Method Details |
repr(x)
|
Queries or sets the mic capture device.
|
Queries or sets the sound input device.
|
Queries or sets the sound output device.
|
Property Details |
AllowedDurationMaximum voicemail duration in seconds allowed to leave to partner
|
DatetimeTimestamp of this voicemail expressed using datetime.
|
DurationActual voicemail duration in seconds.
|
FailureReasonVoicemail failure reason. Read if Status == vmsFailed.
|
IdUnique voicemail Id.
|
PartnerDisplayNameDisplayName for voicemail sender (for incoming) or recipient (for outgoing).
|
PartnerHandleSkypename for voicemail sender (for incoming) or recipient (for outgoing).
|
StatusVoicemail status.
|
TimestampTimestamp of this voicemail.
|
TypeVoicemail type.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 05 14:55:01 2008 | http://epydoc.sourceforge.net |