/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.outlook; import com.wilutions.com.*; /** * _MailItem. * */ @CoInterface(guid="{00063034-0000-0000-C000-000000000046}") public interface _MailItem extends IDispatch { static boolean __typelib__loaded = __TypeLib.load(); @DeclDISPID(61440) public _Application getApplication() throws ComException; @DeclDISPID(61450) public OlObjectClass getClass_() throws ComException; @DeclDISPID(61451) public _NameSpace getSession() throws ComException; @DeclDISPID(61441) public IDispatch getParent() throws ComException; @DeclDISPID(63511) public Actions getActions() throws ComException; @DeclDISPID(63509) public Attachments getAttachments() throws ComException; @DeclDISPID(34101) public String getBillingInformation() throws ComException; @DeclDISPID(34101) public void setBillingInformation(final String value) throws ComException; @DeclDISPID(37120) public String getBody() throws ComException; @DeclDISPID(37120) public void setBody(final String value) throws ComException; @DeclDISPID(36865) public String getCategories() throws ComException; @DeclDISPID(36865) public void setCategories(final String value) throws ComException; @DeclDISPID(34107) public String getCompanies() throws ComException; @DeclDISPID(34107) public void setCompanies(final String value) throws ComException; @DeclDISPID(64192) public String getConversationIndex() throws ComException; @DeclDISPID(112) public String getConversationTopic() throws ComException; @DeclDISPID(12295) public java.util.Date getCreationTime() throws ComException; @DeclDISPID(61470) public String getEntryID() throws ComException; @DeclDISPID(61589) public FormDescription getFormDescription() throws ComException; @DeclDISPID(61502) public _Inspector getGetInspector() throws ComException; @DeclDISPID(23) public OlImportance getImportance() throws ComException; @DeclDISPID(23) public void setImportance(final OlImportance value) throws ComException; @DeclDISPID(12296) public java.util.Date getLastModificationTime() throws ComException; @DeclDISPID(26) public String getMessageClass() throws ComException; @DeclDISPID(26) public void setMessageClass(final String value) throws ComException; @DeclDISPID(34100) public String getMileage() throws ComException; @DeclDISPID(34100) public void setMileage(final String value) throws ComException; @DeclDISPID(34062) public Boolean getNoAging() throws ComException; @DeclDISPID(34062) public void setNoAging(final Boolean value) throws ComException; @DeclDISPID(34130) public Integer getOutlookInternalVersion() throws ComException; @DeclDISPID(34132) public String getOutlookVersion() throws ComException; @DeclDISPID(61603) public Boolean getSaved() throws ComException; @DeclDISPID(54) public OlSensitivity getSensitivity() throws ComException; @DeclDISPID(54) public void setSensitivity(final OlSensitivity value) throws ComException; @DeclDISPID(3592) public Integer getSize() throws ComException; @DeclDISPID(55) public String getSubject() throws ComException; @DeclDISPID(55) public void setSubject(final String value) throws ComException; @DeclDISPID(61468) public Boolean getUnRead() throws ComException; @DeclDISPID(61468) public void setUnRead(final Boolean value) throws ComException; @DeclDISPID(63510) public UserProperties getUserProperties() throws ComException; @DeclDISPID(61475) public void Close(final OlInspectorClose SaveMode) throws ComException; @DeclDISPID(61490) public IDispatch Copy() throws ComException; @DeclDISPID(61514) public void Delete() throws ComException; @DeclDISPID(61606) public void Display(final Object Modal) throws ComException; @DeclDISPID(61492) public IDispatch Move(final MAPIFolder DestFldr) throws ComException; @DeclDISPID(61491) public void PrintOut() throws ComException; @DeclDISPID(61512) public void Save() throws ComException; @DeclDISPID(61521) public void SaveAs(final String Path, final Object Type) throws ComException; @DeclDISPID(2) public Boolean getAlternateRecipientAllowed() throws ComException; @DeclDISPID(2) public void setAlternateRecipientAllowed(final Boolean value) throws ComException; @DeclDISPID(5) public Boolean getAutoForwarded() throws ComException; @DeclDISPID(5) public void setAutoForwarded(final Boolean value) throws ComException; @DeclDISPID(3586) public String getBCC() throws ComException; @DeclDISPID(3586) public void setBCC(final String value) throws ComException; @DeclDISPID(3587) public String getCC() throws ComException; @DeclDISPID(3587) public void setCC(final String value) throws ComException; @DeclDISPID(15) public java.util.Date getDeferredDeliveryTime() throws ComException; @DeclDISPID(15) public void setDeferredDeliveryTime(final java.util.Date value) throws ComException; @DeclDISPID(3585) public Boolean getDeleteAfterSubmit() throws ComException; @DeclDISPID(3585) public void setDeleteAfterSubmit(final Boolean value) throws ComException; @DeclDISPID(21) public java.util.Date getExpiryTime() throws ComException; @DeclDISPID(21) public void setExpiryTime(final java.util.Date value) throws ComException; @DeclDISPID(34096) public String getFlagRequest() throws ComException; @DeclDISPID(34096) public void setFlagRequest(final String value) throws ComException; @DeclDISPID(62468) public String getHTMLBody() throws ComException; @DeclDISPID(62468) public void setHTMLBody(final String value) throws ComException; @DeclDISPID(35) public Boolean getOriginatorDeliveryReportRequested() throws ComException; @DeclDISPID(35) public void setOriginatorDeliveryReportRequested(final Boolean value) throws ComException; @DeclDISPID(41) public Boolean getReadReceiptRequested() throws ComException; @DeclDISPID(41) public void setReadReceiptRequested(final Boolean value) throws ComException; @DeclDISPID(63) public String getReceivedByEntryID() throws ComException; @DeclDISPID(64) public String getReceivedByName() throws ComException; @DeclDISPID(67) public String getReceivedOnBehalfOfEntryID() throws ComException; @DeclDISPID(68) public String getReceivedOnBehalfOfName() throws ComException; @DeclDISPID(3590) public java.util.Date getReceivedTime() throws ComException; @DeclDISPID(43) public Boolean getRecipientReassignmentProhibited() throws ComException; @DeclDISPID(43) public void setRecipientReassignmentProhibited(final Boolean value) throws ComException; @DeclDISPID(63508) public Recipients getRecipients() throws ComException; @DeclDISPID(34076) public Boolean getReminderOverrideDefault() throws ComException; @DeclDISPID(34076) public void setReminderOverrideDefault(final Boolean value) throws ComException; @DeclDISPID(34078) public Boolean getReminderPlaySound() throws ComException; @DeclDISPID(34078) public void setReminderPlaySound(final Boolean value) throws ComException; @DeclDISPID(34051) public Boolean getReminderSet() throws ComException; @DeclDISPID(34051) public void setReminderSet(final Boolean value) throws ComException; @DeclDISPID(34079) public String getReminderSoundFile() throws ComException; @DeclDISPID(34079) public void setReminderSoundFile(final String value) throws ComException; @DeclDISPID(34050) public java.util.Date getReminderTime() throws ComException; @DeclDISPID(34050) public void setReminderTime(final java.util.Date value) throws ComException; @DeclDISPID(34065) public OlRemoteStatus getRemoteStatus() throws ComException; @DeclDISPID(34065) public void setRemoteStatus(final OlRemoteStatus value) throws ComException; @DeclDISPID(80) public String getReplyRecipientNames() throws ComException; @DeclDISPID(61459) public Recipients getReplyRecipients() throws ComException; @DeclDISPID(62465) public MAPIFolder getSaveSentMessageFolder() throws ComException; @DeclDISPID(62465) public void setSaveSentMessageFolder(final MAPIFolder value) throws ComException; @DeclDISPID(3098) public String getSenderName() throws ComException; @DeclDISPID(62466) public Boolean getSent() throws ComException; @DeclDISPID(57) public java.util.Date getSentOn() throws ComException; @DeclDISPID(66) public String getSentOnBehalfOfName() throws ComException; @DeclDISPID(66) public void setSentOnBehalfOfName(final String value) throws ComException; @DeclDISPID(62467) public Boolean getSubmitted() throws ComException; @DeclDISPID(3588) public String getTo() throws ComException; @DeclDISPID(3588) public void setTo(final String value) throws ComException; @DeclDISPID(61467) public String getVotingOptions() throws ComException; @DeclDISPID(61467) public void setVotingOptions(final String value) throws ComException; @DeclDISPID(34084) public String getVotingResponse() throws ComException; @DeclDISPID(34084) public void setVotingResponse(final String value) throws ComException; @DeclDISPID(63522) public void ClearConversationIndex() throws ComException; @DeclDISPID(63507) public MailItem Forward() throws ComException; @DeclDISPID(63504) public MailItem Reply() throws ComException; @DeclDISPID(63505) public MailItem ReplyAll() throws ComException; @DeclDISPID(61557) public void Send() throws ComException; @DeclDISPID(64009) public ItemProperties getItemProperties() throws ComException; @DeclDISPID(64073) public OlBodyFormat getBodyFormat() throws ComException; @DeclDISPID(64073) public void setBodyFormat(final OlBodyFormat value) throws ComException; @DeclDISPID(64077) public OlDownloadState getDownloadState() throws ComException; @DeclDISPID(64011) public void ShowCategoriesDialog() throws ComException; @DeclDISPID(16350) public Integer getInternetCodepage() throws ComException; @DeclDISPID(16350) public void setInternetCodepage(final Integer value) throws ComException; @DeclDISPID(34161) public OlRemoteStatus getMarkForDownload() throws ComException; @DeclDISPID(34161) public void setMarkForDownload(final OlRemoteStatus value) throws ComException; @DeclDISPID(64164) public Boolean getIsConflict() throws ComException; @DeclDISPID(64186) public Boolean getAutoResolvedWinner() throws ComException; @DeclDISPID(64187) public Conflicts getConflicts() throws ComException; @DeclDISPID(3103) public String getSenderEmailAddress() throws ComException; @DeclDISPID(3102) public String getSenderEmailType() throws ComException; @DeclDISPID(64198) public OlPermission getPermission() throws ComException; @DeclDISPID(64198) public void setPermission(final OlPermission value) throws ComException; @DeclDISPID(64203) public OlPermissionService getPermissionService() throws ComException; @DeclDISPID(64203) public void setPermissionService(final OlPermissionService value) throws ComException; @DeclDISPID(64253) public PropertyAccessor getPropertyAccessor() throws ComException; @DeclDISPID(64406) public void AddBusinessCard(final ContactItem contact) throws ComException; @DeclDISPID(64209) public Account getSendUsingAccount() throws ComException; @DeclDISPID(64209) public void setSendUsingAccount(final Account value) throws ComException; @DeclDISPID(64543) public String getTaskSubject() throws ComException; @DeclDISPID(64543) public void setTaskSubject(final String value) throws ComException; @DeclDISPID(33029) public java.util.Date getTaskDueDate() throws ComException; @DeclDISPID(33029) public void setTaskDueDate(final java.util.Date value) throws ComException; @DeclDISPID(33028) public java.util.Date getTaskStartDate() throws ComException; @DeclDISPID(33028) public void setTaskStartDate(final java.util.Date value) throws ComException; @DeclDISPID(33039) public java.util.Date getTaskCompletedDate() throws ComException; @DeclDISPID(33039) public void setTaskCompletedDate(final java.util.Date value) throws ComException; @DeclDISPID(34208) public java.util.Date getToDoTaskOrdinal() throws ComException; @DeclDISPID(34208) public void setToDoTaskOrdinal(final java.util.Date value) throws ComException; @DeclDISPID(64510) public void MarkAsTask(final OlMarkInterval MarkInterval) throws ComException; @DeclDISPID(64521) public void ClearTaskFlag() throws ComException; @DeclDISPID(64522) public Boolean getIsMarkedAsTask() throws ComException; @DeclDISPID(64596) public _Conversation GetConversation() throws ComException; @DeclDISPID(64629) public String getConversationID() throws ComException; @DeclDISPID(64635) public AddressEntry getSender() throws ComException; @DeclDISPID(64635) public void setSender(final AddressEntry value) throws ComException; @DeclDISPID(64637) public String getPermissionTemplateGuid() throws ComException; @DeclDISPID(64637) public void setPermissionTemplateGuid(final String value) throws ComException; @DeclDISPID(64644) public Object getRTFBody() throws ComException; @DeclDISPID(64644) public void setRTFBody(final Object value) throws ComException; @DeclDISPID(64651) public String getRetentionPolicyName() throws ComException; @DeclDISPID(64650) public java.util.Date getRetentionExpirationDate() throws ComException; }