Utente:Antonell/Sandbox: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Antonell (discussione | contributi)
Antonell (discussione | contributi)
Riga 123:
'''Messaging Application Programming Interface''' ('''MAPI''') è un'architettura di messaggistica e un [[Component Object Model]] (Modello ad oggetti per componenti), basato sulle [[Application programming interface|API]] ([[Interfaccia (informatica)|Interfaccia di Programmazione]] di un'Applicazione) per [[Microsoft Windows]].<br>
MAPI permette ai programmi client di diventare capaci di inviare un messaggio di [[posta elettronica]], una ([[e-mail]]) in chiaro (aware), o basato su [[Chiamata di procedura remota|chiamate RPC]] a un sottosistema di [[Funzione (informatica)|routine]] MAPI che interfaccia con alcuni server di messaggistica. Mentre MAPI è progettato per essere indipendente dal [[Protocollo (informatica)|protocollo]], di solito è usato con '''MAPI/RPC''', un protocollo proprietario che [[Microsoft Outlook]] usa per comunicare con [[Microsoft Exchange Server|Microsoft Exchange]].
 
'''
== Simple MAPI ==
Simple MAPI''' è un subset (sottoinsieme) di 12 funzioni which enable developers to add basic messaging functionality. Extended MAPI allows complete control over the messaging system on the client computer, creation and management of messages, management of the client mailbox, service providers, and so forth. Simple MAPI ships with [[Microsoft Windows]] as part of [[Outlook Express]]/[[Windows Mail]] while the full Extended MAPI ships with [[Microsoft Outlook|Office Outlook]] and [[Microsoft Exchange Server|Exchange]].
 
In addition to the Extended MAPI client interface, programming calls can be made indirectly through the ''Simple MAPI'' API client interface, through the ''Common Messaging Calls'' (CMC) API client interface, or by the object-based ''[[Collaboration Data Objects|CDO]] Library'' interface. These three methods are easier to use and designed for less complex messaging-enabled and -aware applications. (Simple MAPI and CMC were removed from Exchange 2003.)