Trait windows::Win32::Devices::Fax::IFaxOutgoingJob2_Impl

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§

fn HasCoverPage(&self) -> Result<VARIANT_BOOL>

fn ReceiptAddress(&self) -> Result<BSTR>

fn ScheduleType(&self) -> Result<FAX_SCHEDULE_TYPE_ENUM>

Object Safety§

This trait is not object safe.

Implementors§