pub trait IFsrmActionEmail2_Impl: Sized + IFsrmActionEmail_Impl {
    // Required methods
    fn AttachmentFileListSize(&self) -> Result<i32>;
    fn SetAttachmentFileListSize(
        &self,
        attachmentfilelistsize: i32
    ) -> Result<()>;
}

Required Methods§

fn AttachmentFileListSize(&self) -> Result<i32>

fn SetAttachmentFileListSize(&self, attachmentfilelistsize: i32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§