Skip to main content

NewEntryForwardResponseContent

Type Alias NewEntryForwardResponseContent 

Source
pub type NewEntryForwardResponseContent = MessageDraft;

Aliased Type§

pub struct NewEntryForwardResponseContent {
    pub url: Option<String>,
    pub creator: Option<Contact>,
    pub sender: Option<Contact>,
    pub is_reply: Option<bool>,
    pub subject: Option<String>,
    pub content: Option<String>,
    pub addressed: Option<Addressed>,
    pub show_addressed_selector: Option<bool>,
    pub posting: Option<MessagePostingContext>,
    pub addressed_sender: Option<AddressedSender>,
}

Fields§

§url: Option<String>§creator: Option<Contact>§sender: Option<Contact>§is_reply: Option<bool>§subject: Option<String>§content: Option<String>§addressed: Option<Addressed>§show_addressed_selector: Option<bool>§posting: Option<MessagePostingContext>§addressed_sender: Option<AddressedSender>