pub trait IFaxOutgoingJob2_Impl: Sized + IFaxOutgoingJob_Impl {
    // Required methods
    fn HasCoverPage(&self) -> Result<VARIANT_BOOL>;
    fn ReceiptAddress(&self) -> Result<BSTR>;
    fn ScheduleType(&self) -> Result<FAX_SCHEDULE_TYPE_ENUM>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§