office add-ins

36
Office Add-Ins

Upload: spikes-nv

Post on 13-Feb-2017

201 views

Category:

Software


0 download

TRANSCRIPT

Page 1: Office Add-Ins

OfficeAdd-Ins

Page 2: Office Add-Ins

Specialthanks to our sponsors

Page 3: Office Add-Ins

Aboutme

PeterPlessers - [email protected]

SharePointArchitectatSpikeshttp://www.spikes.be

Co-founderofTasksinaBoxhttp://tasksinabox.com

Page 4: Office Add-Ins

Agenda

� Whataremyoptions?� OfficeAdd-Ins� TaskAdd-Ins� ContentAdd-Ins� CommandAdd-Ins� MailAdd-Ins

� OfficeUIFabric� Lessonslearnedthehardway

Page 5: Office Add-Ins

VisualBasicforApplications

VisualStudioToolsforOffice

OfficeAdd-Ins

Page 6: Office Add-Ins
Page 7: Office Add-Ins
Page 8: Office Add-Ins
Page 9: Office Add-Ins

OfficeAdd-Ins VSTO VBA

Automations& Interactionwithhostcomputer a a

UserInterfaceCustomizations Partial a Partial

InteractionwithOfficeAPIs Partial a a

OfflineAvailability (HTML5capabilities) a a

Support forteamdevelopment+sourcecontrol a a

Runcodeatapplication-level a a

Sandboxedenvironment a

Compatibility Office2013+(Windows &Mac*)

OfficeOnlineMobile

Office2007+(Windows)

Office2000+(Windows&Mac*)

Applications OutlookWordExcel

PowerPointProject

OfficeMixAccessWebApps

OutlookWordExcel

PowerPointProjectVisio

InfoPath

OutlookWordExcel

PowerPointAccess

Page 10: Office Add-Ins
Page 11: Office Add-Ins

TypesofOfficeAdd-ins

Page 12: Office Add-Ins

Whereavailable?

Page 13: Office Add-Ins

Manifest+webpage=anappforOffice

Page 14: Office Add-Ins
Page 15: Office Add-Ins

TaskPaneAppUserExperience� FamiliarUserExperience� LeveragesfamiliarOfficeUIparadigm

� ReferenceInformation� Idealforprovidingreferenceinformationassociatedwithdocument.

Page 16: Office Add-Ins
Page 17: Office Add-Ins
Page 18: Office Add-Ins
Page 19: Office Add-Ins

Everythingyouneedtoeasilycreateandshareinteractiveonlinevideos

Page 20: Office Add-Ins
Page 21: Office Add-Ins
Page 22: Office Add-Ins
Page 23: Office Add-Ins
Page 24: Office Add-Ins

Appearinmessagesandappointments

Read&ComposeMode

Contextualtocurrentitem

DistributedbyExchange

Page 25: Office Add-Ins

ContextualActivationRules

Page 26: Office Add-Ins

ExtractedEntities

EntityType TextDetected

Address USpostaladdresses1MicrosoftWay,RedmondWA,98052

EmailAddress AnySMTPaddress

MeetingSuggestion AreferencetoaneventormeetingLet’smeet nextTuesdayforlunch.

Contact Apersonalnamerelated tootherentitiesRandyByrne,1MicrosoftWay,RedmondWA,98052

PhoneNumber UStelephone numbers(555)867-5309

TaskSuggestion Actionablesentences inan emailPleaseinstalloffice2013onmycomputer.

Url Afilenameorwebaddress

Page 27: Office Add-Ins
Page 28: Office Add-Ins

GetsubjectofselectedmailOffice.context.mailbox.item.subject J

GetattachmentsofselectedmailOffice.context.mailbox.item.attachments L

AccessingMailProperties

Page 29: Office Add-Ins

InAdd-In:1. GetacallbacktokenfromExchangeserver2. Callcustomwebservicepassingcallbacktoken+emailidIncustomwebservice:1. AuthenticatetoExchangeserverwithcallbacktoken2. CallEWStogetattachments foremail3. Returnresult

GetAttachments

Page 30: Office Add-Ins
Page 31: Office Add-Ins

• Getthesamelook&feelofnativeOfficeapplications

• CollectionofCSS,HTMLandJavaScript

• Features• Typography• ColorSchemes• Icons• Animations• ResponsiveGrid

OfficeUIFabric

Page 32: Office Add-Ins

Components

Page 33: Office Add-Ins
Page 34: Office Add-Ins

• Testinmultiplebrowsers/desktopapplications

• SecurityzonesinIEL

• Differencesincapabilities• E.g.,OutlookforMacdoesnotsupportAPIsforcomposemode

• EWSCallbackTokenBug!!!

LessonsLearned

Page 35: Office Add-Ins
Page 36: Office Add-Ins

Thankyou!