שינויים בממשק API הציבורי ב‑Aspose.Email 4.2.0
להלן רשימת כל השינויים שנעשו ב‑API הציבורי כגון נוסף, שונה שם, הוסר או מיושן חברים וכן כל שינוי בלתי תואם לאחור שנעשה ב‑Aspose.Email for Java. אם יש לכם חששות לגבי שינוי מסוים, אנא פתחו נושא בפורום התמיכה של Aspose.Email.
שיטות שנוספו
השיטות FollowUpOptions.getCategories() ו‑FollowUpOptions.setCategories() מקבלות או מגדירות מחרוזת המייצגת רשימת קטגוריות מופרדת בנקודות פסיק. השיטות FollowUpOptions.getVotingButtons() ו‑FollowUpOptions.setVotingButtons() מקבלות או מגדירות מחרוזת המייצגת רשימת שמות כפתורי הצבעה, מופרדים בנקודות פסיק. השיטות FollowUpManager.setOptions(MapiMessage message, FollowUpOptions options) ו‑FollowUpManager.getOptions(MapiMessage message) מקבלות ומגדירות את האפשרויות הנוספות של מעקב להודעה.
השיטות הקיימות FollowUpManager.setFlag(MapiMessage message, FollowUpOptions options) ו‑FollowUpManager.getFlag(MapiMessage message) סומנו כ‑ מיושן. אנא השתמשו ב‑getOptions(MapiMessage message) וב‑setOptions(MapiMessage message, FollowUpOptions options) במקום. השיטה FollowUpManager.addVotingButton(MapiMessage message, String displayName) מוסיפה כפתור הצבעה ל‑MapiMessage. השיטה FollowUpManager.removeVotingButton(MapiMessage message, String displayName) מסירה כפתור הצבעה ספציפי מ‑MapiMessage. השיטה FollowUpManager.clearVotingButtons(MapiMessage message) מסירה כפתורי הצבעה מ‑MapiMessage. השיטה FollowUpManager.getVotingButtons(MapiMessage message) מקבלת את כפתורי ההצבעה הזמינים. השיטות MapiTask.getAttachments ו‑MapiTask.setAttachments מקבלות את האוסף של MapiAttachments ב‑MapiTask.
שיטות מיושנות
FollowUpManager.setFlag(MapiMessage message, FollowUpOptions options) ו‑FollowUpManager.getFlag(MapiMessage message) אנא השתמשו ב‑getOptions(MapiMessage message) וב‑setOptions(MapiMessage message, FollowUpOptions options) במקום, כפי שהוזכר למעלה.